#CCC066

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

Shades of Tacha #CCC066

Tints of Tacha #CCC066

Color information

#CCC066 (or 0xCCC066) is unknown color: approx Tacha. HEX triplet: CC, C0 and 66. RGB value is (204,192,102). Sum of RGB (Red+Green+Blue) = 204+192+102=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC066 is #333F99. Grayscale: #B9B9B9. Windows color (decimal): -3358618 or 6734028. OLE color: 6734028.

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

Color convert

RGB204192102-
CMYK00.060.50.2
HSL52.94º50%60%-
HSV(B)52.94º50%80%-
XYZ46.1551.520.08-
YUV185.3380.98141.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 192 (75.39% from 255) = 38.55%
BLUE value IS 102 (40.23% from 255) = 20.48%
R=40.96%
G=38.55%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419210200.060.50.252.945060
HexCCC06606321435323c
Octal314300146066224656274
Binary11001100110000001100110011011001010100110101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC066; }

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

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

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

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

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

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

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

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