Shades of Sunglo #CC5B54
Tints of Sunglo #CC5B54
RGB
CMYK
RGB Variations
Color information
#CC5B54 (or 0xCC5B54) is known color: Sunglo. HEX triplet: CC, 5B and 54. RGB value is (204,91,84). Sum of RGB (Red+Green+Blue) = 204+91+84=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5B54 is #33A4AB. Grayscale: #7C7C7C. Windows color (decimal): -3384492 or 5528524. OLE color: 5528524.
HSL color Cylindrical-coordinate representation of color #CC5B54: hue angle of 3.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5B54 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 84 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.2 |
| HSL | 3.5º | 0.54% | 0.56% | - |
| HSV(B) | 3.5º | 0.59% | 0.8% | - |
| XYZ | 30.24 | 20.96 | 10.84 | - |
| YUV | 123.99 | 105.44 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 84 | 0 | 0.55 | 0.59 | 0.2 | 3.5 | 0.54 | 0.56 |
| Hex | CC | 5B | 54 | 0 | 37 | 3B | 14 | 4 | 36 | 38 |
| Octal | 314 | 133 | 124 | 0 | 67 | 73 | 24 | 4 | 66 | 70 |
| Binary | 11001100 | 1011011 | 1010100 | 0 | 110111 | 111011 | 10100 | 100 | 110110 | 111000 |
Color Harmonies of #CC5B54
Complementary color
Monochromatic Colors of #CC5B54
Black with #CC5B54
Text Example
Text Example
White with #CC5B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5B54; }
p { color: rgb(204,91,84); }
H1.HeaderClassName
{
color: #CC5B54;
}
.AnyTagClassName
{
color: #CC5B54;
}
</style>
background-color css
<style>
a { background-color: #CC5B54; }
a { background-color: rgb(204,91,84); }
div.DivClassName
{
background-color: #CC5B54;
}
.BgClassName
{
background-color: #CC5B54;
}
</style>
border-color css
<style>
span { border-color: #CC5B54; }
span { border-color: rgb(204,91,84); }
td.TdClassName
{
border-color: #CC5B54;
}
.TagClassName
{
border-color: #CC5B54;
}
</style>