Shades of Sunglo #CC6259
Tints of Sunglo #CC6259
RGB
CMYK
RGB Variations
Color information
#CC6259 (or 0xCC6259) is known color: Sunglo. HEX triplet: CC, 62 and 59. RGB value is (204,98,89). Sum of RGB (Red+Green+Blue) = 204+98+89=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6259 is #339DA6. Grayscale: #808080. Windows color (decimal): -3382695 or 5857996. OLE color: 5857996.
HSL color Cylindrical-coordinate representation of color #CC6259: hue angle of 4.7º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC6259 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 89 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.2 |
| HSL | 4.7º | 0.53% | 0.57% | - |
| HSV(B) | 4.7º | 0.56% | 0.8% | - |
| XYZ | 31.07 | 22.29 | 12.12 | - |
| YUV | 128.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 89 | 0 | 0.52 | 0.56 | 0.2 | 4.7 | 0.53 | 0.57 |
| Hex | CC | 62 | 59 | 0 | 34 | 38 | 14 | 5 | 35 | 39 |
| Octal | 314 | 142 | 131 | 0 | 64 | 70 | 24 | 5 | 65 | 71 |
| Binary | 11001100 | 1100010 | 1011001 | 0 | 110100 | 111000 | 10100 | 101 | 110101 | 111001 |
Color Harmonies of #CC6259
Complementary color
Monochromatic Colors of #CC6259
Black with #CC6259
Text Example
Text Example
White with #CC6259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6259; }
p { color: rgb(204,98,89); }
H1.HeaderClassName
{
color: #CC6259;
}
.AnyTagClassName
{
color: #CC6259;
}
</style>
background-color css
<style>
a { background-color: #CC6259; }
a { background-color: rgb(204,98,89); }
div.DivClassName
{
background-color: #CC6259;
}
.BgClassName
{
background-color: #CC6259;
}
</style>
border-color css
<style>
span { border-color: #CC6259; }
span { border-color: rgb(204,98,89); }
td.TdClassName
{
border-color: #CC6259;
}
.TagClassName
{
border-color: #CC6259;
}
</style>