#CEB864

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

Shades of Tacha #CEB864

Tints of Tacha #CEB864

Color information

#CEB864 (or 0xCEB864) is unknown color: approx Tacha. HEX triplet: CE, B8 and 64. RGB value is (206,184,100). Sum of RGB (Red+Green+Blue) = 206+184+100=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB864 is #31479B. Grayscale: #B5B5B5. Windows color (decimal): -3229596 or 6600910. OLE color: 6600910.

HSL color Cylindrical-coordinate representation of color #CEB864: hue angle of 47.55º 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 #CEB864 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB206184100-
CMYK00.110.510.19
HSL47.55º51.96%60%-
HSV(B)47.55º51.46%80.78%-
XYZ44.8948.3219.02-
YUV18182.29145.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.04%
GREEN value IS 184 (72.27% from 255) = 37.55%
BLUE value IS 100 (39.45% from 255) = 20.41%
R=42.04%
G=37.55%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618410000.110.510.1947.5551.9660
HexCEB8640B331330343c
Octal3162701440136323606474
Binary110011101011100011001000101111001110011110000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB864; }

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

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

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

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

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

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

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

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