#CBB666

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

Shades of Tacha #CBB666

Tints of Tacha #CBB666

Color information

#CBB666 (or 0xCBB666) is unknown color: approx Tacha. HEX triplet: CB, B6 and 66. RGB value is (203,182,102). Sum of RGB (Red+Green+Blue) = 203+182+102=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB666 is #344999. Grayscale: #B3B3B3. Windows color (decimal): -3426714 or 6731467. OLE color: 6731467.

HSL color Cylindrical-coordinate representation of color #CBB666: hue angle of 47.52º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBB666 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB203182102-
CMYK00.100.500.20
HSL47.52º49.27%59.8%-
HSV(B)47.52º49.75%79.61%-
XYZ43.7547.1119.36-
YUV179.1684.46145-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.68%
GREEN value IS 182 (71.48% from 255) = 37.37%
BLUE value IS 102 (40.23% from 255) = 20.94%
R=41.68%
G=37.37%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318210200.100.500.2047.5249.2759.8
HexCBB6660A321430313c
Octal3132661460126224606174
Binary110010111011011011001100101011001010100110000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB666; }

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

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

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

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

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

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

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

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