#CCB666

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

Shades of Tacha #CCB666

Tints of Tacha #CCB666

Color information

#CCB666 (or 0xCCB666) is unknown color: approx Tacha. HEX triplet: CC, B6 and 66. RGB value is (204,182,102). Sum of RGB (Red+Green+Blue) = 204+182+102=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB666 is #334999. Grayscale: #B3B3B3. Windows color (decimal): -3361178 or 6731468. OLE color: 6731468.

HSL color Cylindrical-coordinate representation of color #CCB666: hue angle of 47.06º degrees, saturation: 0.5, 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 #CCB666 is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB204182102-
CMYK00.110.50.2
HSL47.06º50%60%-
HSV(B)47.06º50%80%-
XYZ44.0347.2519.37-
YUV179.4684.29145.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 182 (71.48% from 255) = 37.30%
BLUE value IS 102 (40.23% from 255) = 20.90%
R=41.80%
G=37.30%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418210200.110.50.247.065060
HexCCB6660B32142f323c
Octal3142661460136224576274
Binary110011001011011011001100101111001010100101111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB666; }

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

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

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

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

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

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

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

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