Shades of Sunglo #CC5C55
Tints of Sunglo #CC5C55
RGB
CMYK
RGB Variations
Color information
#CC5C55 (or 0xCC5C55) is known color: Sunglo. HEX triplet: CC, 5C and 55. RGB value is (204,92,85). Sum of RGB (Red+Green+Blue) = 204+92+85=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C55 is #33A3AA. Grayscale: #7C7C7C. Windows color (decimal): -3384235 or 5594316. OLE color: 5594316.
HSL color Cylindrical-coordinate representation of color #CC5C55: hue angle of 3.53º 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 #CC5C55 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 85 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.2 |
| HSL | 3.53º | 0.54% | 0.57% | - |
| HSV(B) | 3.53º | 0.58% | 0.8% | - |
| XYZ | 30.37 | 21.15 | 11.08 | - |
| YUV | 124.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 85 | 0 | 0.55 | 0.58 | 0.2 | 3.53 | 0.54 | 0.57 |
| Hex | CC | 5C | 55 | 0 | 37 | 3A | 14 | 4 | 36 | 39 |
| Octal | 314 | 134 | 125 | 0 | 67 | 72 | 24 | 4 | 66 | 71 |
| Binary | 11001100 | 1011100 | 1010101 | 0 | 110111 | 111010 | 10100 | 100 | 110110 | 111001 |
Color Harmonies of #CC5C55
Complementary color
Monochromatic Colors of #CC5C55
Black with #CC5C55
Text Example
Text Example
White with #CC5C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C55; }
p { color: rgb(204,92,85); }
H1.HeaderClassName
{
color: #CC5C55;
}
.AnyTagClassName
{
color: #CC5C55;
}
</style>
background-color css
<style>
a { background-color: #CC5C55; }
a { background-color: rgb(204,92,85); }
div.DivClassName
{
background-color: #CC5C55;
}
.BgClassName
{
background-color: #CC5C55;
}
</style>
border-color css
<style>
span { border-color: #CC5C55; }
span { border-color: rgb(204,92,85); }
td.TdClassName
{
border-color: #CC5C55;
}
.TagClassName
{
border-color: #CC5C55;
}
</style>