#CEB96D

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

Shades of Tacha #CEB96D

Tints of Tacha #CEB96D

Color information

#CEB96D (or 0xCEB96D) is unknown color: approx Tacha. HEX triplet: CE, B9 and 6D. RGB value is (206,185,109). Sum of RGB (Red+Green+Blue) = 206+185+109=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB96D is #314692. Grayscale: #B6B6B6. Windows color (decimal): -3229331 or 7190990. OLE color: 7190990.

HSL color Cylindrical-coordinate representation of color #CEB96D: hue angle of 47.01º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEB96D is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB206185109-
CMYK00.100.470.19
HSL47.01º49.74%61.76%-
HSV(B)47.01º47.09%80.78%-
XYZ45.5648.9221.51-
YUV182.6186.46144.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 185 (72.66% from 255) = 37%
BLUE value IS 109 (42.97% from 255) = 21.8%
R=41.2%
G=37%
B=21.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618510900.100.470.1947.0149.7461.76
HexCEB96D0A2F132f323e
Octal3162711550125723576276
Binary110011101011100111011010101010111110011101111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB96D; }

 p { color: rgb(206,185,109); }

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

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

 a { background-color: rgb(206,185,109); }

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

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

 span { border-color: rgb(206,185,109); }

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