Shades of Sunglo #CC5F55
Tints of Sunglo #CC5F55
RGB
CMYK
RGB Variations
Color information
#CC5F55 (or 0xCC5F55) is known color: Sunglo. HEX triplet: CC, 5F and 55. RGB value is (204,95,85). Sum of RGB (Red+Green+Blue) = 204+95+85=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5F55 is #33A0AA. Grayscale: #7E7E7E. Windows color (decimal): -3383467 or 5595084. OLE color: 5595084.
HSL color Cylindrical-coordinate representation of color #CC5F55: hue angle of 5.04º 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 #CC5F55 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 95 | 85 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.2 |
| HSL | 5.04º | 0.54% | 0.57% | - |
| HSV(B) | 5.04º | 0.58% | 0.8% | - |
| XYZ | 30.63 | 21.68 | 11.16 | - |
| YUV | 126.45 | 104.61 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 95 | 85 | 0 | 0.53 | 0.58 | 0.2 | 5.04 | 0.54 | 0.57 |
| Hex | CC | 5F | 55 | 0 | 35 | 3A | 14 | 5 | 36 | 39 |
| Octal | 314 | 137 | 125 | 0 | 65 | 72 | 24 | 5 | 66 | 71 |
| Binary | 11001100 | 1011111 | 1010101 | 0 | 110101 | 111010 | 10100 | 101 | 110110 | 111001 |
Color Harmonies of #CC5F55
Complementary color
Monochromatic Colors of #CC5F55
Black with #CC5F55
Text Example
Text Example
White with #CC5F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5F55; }
p { color: rgb(204,95,85); }
H1.HeaderClassName
{
color: #CC5F55;
}
.AnyTagClassName
{
color: #CC5F55;
}
</style>
background-color css
<style>
a { background-color: #CC5F55; }
a { background-color: rgb(204,95,85); }
div.DivClassName
{
background-color: #CC5F55;
}
.BgClassName
{
background-color: #CC5F55;
}
</style>
border-color css
<style>
span { border-color: #CC5F55; }
span { border-color: rgb(204,95,85); }
td.TdClassName
{
border-color: #CC5F55;
}
.TagClassName
{
border-color: #CC5F55;
}
</style>