#CCBC66

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

Shades of Tacha #CCBC66

Tints of Tacha #CCBC66

Color information

#CCBC66 (or 0xCCBC66) is unknown color: approx Tacha. HEX triplet: CC, BC and 66. RGB value is (204,188,102). Sum of RGB (Red+Green+Blue) = 204+188+102=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC66 is #334399. Grayscale: #B7B7B7. Windows color (decimal): -3359642 or 6733004. OLE color: 6733004.

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

Color convert

RGB204188102-
CMYK00.080.50.2
HSL50.59º50%60%-
HSV(B)50.59º50%80%-
XYZ45.2849.7619.79-
YUV182.9882.3142.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 188 (73.83% from 255) = 38.06%
BLUE value IS 102 (40.23% from 255) = 20.65%
R=41.30%
G=38.06%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418810200.080.50.250.595060
HexCCBC6608321433323c
Octal3142741460106224636274
Binary110011001011110011001100100011001010100110011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC66; }

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

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

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

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

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

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

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

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