#CCC566

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

Shades of Tacha #CCC566

Tints of Tacha #CCC566

Color information

#CCC566 (or 0xCCC566) is unknown color: approx Tacha. HEX triplet: CC, C5 and 66. RGB value is (204,197,102). Sum of RGB (Red+Green+Blue) = 204+197+102=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC566 is #333A99. Grayscale: #BCBCBC. Windows color (decimal): -3357338 or 6735308. OLE color: 6735308.

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

Color convert

RGB204197102-
CMYK00.030.50.2
HSL55.88º50%60%-
HSV(B)55.88º50%80%-
XYZ47.2753.7320.45-
YUV188.2679.32139.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 197 (77.34% from 255) = 39.17%
BLUE value IS 102 (40.23% from 255) = 20.28%
R=40.56%
G=39.17%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419710200.030.50.255.885060
HexCCC56603321438323c
Octal314305146036224706274
Binary1100110011000101110011001111001010100111000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC566; }

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

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

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

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

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

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

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

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