#CEB666

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

Shades of Tacha #CEB666

Tints of Tacha #CEB666

Color information

#CEB666 (or 0xCEB666) is unknown color: approx Tacha. HEX triplet: CE, B6 and 66. RGB value is (206,182,102). Sum of RGB (Red+Green+Blue) = 206+182+102=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB666 is #314999. Grayscale: #B4B4B4. Windows color (decimal): -3230106 or 6731470. OLE color: 6731470.

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

Color convert

RGB206182102-
CMYK00.120.500.19
HSL46.15º51.49%60.39%-
HSV(B)46.15º50.49%80.78%-
XYZ44.5847.5419.4-
YUV180.0683.95146.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.04%
GREEN value IS 182 (71.48% from 255) = 37.14%
BLUE value IS 102 (40.23% from 255) = 20.82%
R=42.04%
G=37.14%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618210200.120.500.1946.1551.4960.39
HexCEB6660C32132e333c
Octal3162661460146223566374
Binary110011101011011011001100110011001010011101110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB666; }

 p { color: rgb(206,182,102); }

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

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

 a { background-color: rgb(206,182,102); }

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

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

 span { border-color: rgb(206,182,102); }

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