Shades of Sunglo #CC6052
Tints of Sunglo #CC6052
RGB
CMYK
RGB Variations
Color information
#CC6052 (or 0xCC6052) is known color: 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
| RGB | 204 | 96 | 82 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.2 |
| HSL | 6.89º | 0.54% | 0.56% | - |
| HSV(B) | 6.89º | 0.6% | 0.8% | - |
| XYZ | 30.61 | 21.81 | 10.58 | - |
| YUV | 126.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 82 | 0 | 0.53 | 0.60 | 0.2 | 6.89 | 0.54 | 0.56 |
| Hex | CC | 60 | 52 | 0 | 35 | 3C | 14 | 7 | 36 | 38 |
| Octal | 314 | 140 | 122 | 0 | 65 | 74 | 24 | 7 | 66 | 70 |
| Binary | 11001100 | 1100000 | 1010010 | 0 | 110101 | 111100 | 10100 | 111 | 110110 | 111000 |
Color Harmonies of #CC6052
Complementary color
Monochromatic Colors of #CC6052
Black with #CC6052
Text Example
Text Example
White with #CC6052
Text Example
Text Example
HTML Codes & Css Web 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>