Shades of Sunglo #CC6255
Tints of Sunglo #CC6255
RGB
CMYK
RGB Variations
Color information
#CC6255 (or 0xCC6255) is known color: Sunglo. HEX triplet: CC, 62 and 55. RGB value is (204,98,85). Sum of RGB (Red+Green+Blue) = 204+98+85=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6255 is #339DAA. Grayscale: #808080. Windows color (decimal): -3382699 or 5595852. OLE color: 5595852.
HSL color Cylindrical-coordinate representation of color #CC6255: hue angle of 6.55º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC6255 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 85 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.2 |
| HSL | 6.55º | 0.54% | 0.57% | - |
| HSV(B) | 6.55º | 0.58% | 0.8% | - |
| XYZ | 30.91 | 22.23 | 11.26 | - |
| YUV | 128.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 85 | 0 | 0.52 | 0.58 | 0.2 | 6.55 | 0.54 | 0.57 |
| Hex | CC | 62 | 55 | 0 | 34 | 3A | 14 | 7 | 36 | 39 |
| Octal | 314 | 142 | 125 | 0 | 64 | 72 | 24 | 7 | 66 | 71 |
| Binary | 11001100 | 1100010 | 1010101 | 0 | 110100 | 111010 | 10100 | 111 | 110110 | 111001 |
Color Harmonies of #CC6255
Complementary color
Monochromatic Colors of #CC6255
Black with #CC6255
Text Example
Text Example
White with #CC6255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6255; }
p { color: rgb(204,98,85); }
H1.HeaderClassName
{
color: #CC6255;
}
.AnyTagClassName
{
color: #CC6255;
}
</style>
background-color css
<style>
a { background-color: #CC6255; }
a { background-color: rgb(204,98,85); }
div.DivClassName
{
background-color: #CC6255;
}
.BgClassName
{
background-color: #CC6255;
}
</style>
border-color css
<style>
span { border-color: #CC6255; }
span { border-color: rgb(204,98,85); }
td.TdClassName
{
border-color: #CC6255;
}
.TagClassName
{
border-color: #CC6255;
}
</style>