#cc6052

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

Shades of Sunglo #CC6052

Tints of Sunglo #CC6052

Color information

#CC6052 (or 0xCC6052) is unknown color: approx Sunglo. HEX triplet: CC, 60 and 52. RGB value is (204,96,82). Sum of RGB (Red+Green+Blue) = 204+96+82=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6052 is #339FAD. Grayscale: #7E7E7E. Windows color (decimal): -3383214 or 5398732. OLE color: 5398732.

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

Color convert

RGB2049682-
CMYK00.530.600.2
HSL6.89º54.46%56.08%-
HSV(B)6.89º59.8%80%-
XYZ30.6121.8110.58-
YUV126.7102.78183.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.40%
GREEN value IS 96 (37.89% from 255) = 25.13%
BLUE value IS 82 (32.42% from 255) = 21.47%
R=53.40%
G=25.13%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204968200.530.600.26.8954.4656.08
HexCC60520353C1473638
Octal314140122065742476670
Binary1100110011000001010010011010111110010100111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc6052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc6052; }

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

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

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

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

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

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

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

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