Shades of Sunglo #CC6051
Tints of Sunglo #CC6051
RGB
CMYK
RGB Variations
Color information
#CC6051 (or 0xCC6051) is known color: Sunglo. HEX triplet: CC, 60 and 51. RGB value is (204,96,81). Sum of RGB (Red+Green+Blue) = 204+96+81=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6051 is #339FAE. Grayscale: #7E7E7E. Windows color (decimal): -3383215 or 5333196. OLE color: 5333196.
HSL color Cylindrical-coordinate representation of color #CC6051: hue angle of 7.32º degrees, saturation: 0.55, 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 #CC6051 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 81 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.2 |
| HSL | 7.32º | 0.55% | 0.56% | - |
| HSV(B) | 7.32º | 0.6% | 0.8% | - |
| XYZ | 30.57 | 21.8 | 10.38 | - |
| YUV | 126.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 81 | 0 | 0.53 | 0.60 | 0.2 | 7.32 | 0.55 | 0.56 |
| Hex | CC | 60 | 51 | 0 | 35 | 3C | 14 | 7 | 37 | 38 |
| Octal | 314 | 140 | 121 | 0 | 65 | 74 | 24 | 7 | 67 | 70 |
| Binary | 11001100 | 1100000 | 1010001 | 0 | 110101 | 111100 | 10100 | 111 | 110111 | 111000 |
Color Harmonies of #CC6051
Complementary color
Monochromatic Colors of #CC6051
Black with #CC6051
Text Example
Text Example
White with #CC6051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6051; }
p { color: rgb(204,96,81); }
H1.HeaderClassName
{
color: #CC6051;
}
.AnyTagClassName
{
color: #CC6051;
}
</style>
background-color css
<style>
a { background-color: #CC6051; }
a { background-color: rgb(204,96,81); }
div.DivClassName
{
background-color: #CC6051;
}
.BgClassName
{
background-color: #CC6051;
}
</style>
border-color css
<style>
span { border-color: #CC6051; }
span { border-color: rgb(204,96,81); }
td.TdClassName
{
border-color: #CC6051;
}
.TagClassName
{
border-color: #CC6051;
}
</style>