#CCC052

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

Shades of Tacha #CCC052

Tints of Tacha #CCC052

Color information

#CCC052 (or 0xCCC052) is unknown color: approx Tacha. HEX triplet: CC, C0 and 52. RGB value is (204,192,82). Sum of RGB (Red+Green+Blue) = 204+192+82=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC052 is #333FAD. Grayscale: #B7B7B7. Windows color (decimal): -3358638 or 5423308. OLE color: 5423308.

HSL color Cylindrical-coordinate representation of color #CCC052: hue angle of 54.1º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCC052 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20419282-
CMYK00.060.600.2
HSL54.1º54.46%56.08%-
HSV(B)54.1º59.8%80%-
XYZ45.2751.1515.47-
YUV183.0570.98142.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 192 (75.39% from 255) = 40.17%
BLUE value IS 82 (32.42% from 255) = 17.15%
R=42.68%
G=40.17%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041928200.060.600.254.154.4656.08
HexCCC052063C14363638
Octal314300122067424666670
Binary11001100110000001010010011011110010100110110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC052; }

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

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

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

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

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

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

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

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