#CEB86D

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

Shades of Tacha #CEB86D

Tints of Tacha #CEB86D

Color information

#CEB86D (or 0xCEB86D) is unknown color: approx Tacha. HEX triplet: CE, B8 and 6D. RGB value is (206,184,109). Sum of RGB (Red+Green+Blue) = 206+184+109=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB86D is #314792. Grayscale: #B6B6B6. Windows color (decimal): -3229587 or 7190734. OLE color: 7190734.

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

Color convert

RGB206184109-
CMYK00.110.470.19
HSL46.39º49.74%61.76%-
HSV(B)46.39º47.09%80.78%-
XYZ45.3548.5121.44-
YUV182.0386.79145.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 184 (72.27% from 255) = 36.87%
BLUE value IS 109 (42.97% from 255) = 21.84%
R=41.28%
G=36.87%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618410900.110.470.1946.3949.7461.76
HexCEB86D0B2F132e323e
Octal3162701550135723566276
Binary110011101011100011011010101110111110011101110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB86D; }

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

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

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

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

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

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

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

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