#ceb364

Color #CEB364 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #CEB364

Tints of Tacha #CEB364

Color information

#CEB364 (or 0xCEB364) is unknown color: approx Tacha. HEX triplet: CE, B3 and 64. RGB value is (206,179,100). Sum of RGB (Red+Green+Blue) = 206+179+100=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB364 is #314C9B. Grayscale: #B2B2B2. Windows color (decimal): -3230876 or 6599630. OLE color: 6599630.

HSL color Cylindrical-coordinate representation of color #CEB364: hue angle of 44.72º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEB364 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB206179100-
CMYK00.130.510.19
HSL44.72º51.96%60%-
HSV(B)44.72º51.46%80.78%-
XYZ43.8746.2818.68-
YUV178.0783.95147.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 42.47%
GREEN value IS 179 (70.31% from 255) = 36.91%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=42.47%
G=36.91%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617910000.130.510.1944.7251.9660
HexCEB3640D33132d343c
Octal3162631440156323556474
Binary110011101011001111001000110111001110011101101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ceb364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ceb364; }

 p { color: rgb(206,179,100); }

 H1.HeaderClassName
 {
   color: #ceb364;
 }
 .AnyTagClassName
 {
   color: #ceb364;
 }
</style>
background-color css

<style>
 a { background-color: #ceb364; }

 a { background-color: rgb(206,179,100); }

 div.DivClassName
 {
   background-color: #ceb364;
 }
 .BgClassName
 {
   background-color: #ceb364;
 }
</style>
border-color css

<style>
 span { border-color: #ceb364; }

 span { border-color: rgb(206,179,100); }

 td.TdClassName
 {
   border-color: #ceb364;
 }
 .TagClassName
 {
   border-color: #ceb364;
 }
</style>