Shades of Sunglo #C55F56
Tints of Sunglo #C55F56
RGB
CMYK
RGB Variations
Color information
#C55F56 (or 0xC55F56) is known color: Sunglo. HEX triplet: C5, 5F and 56. RGB value is (197,95,86). Sum of RGB (Red+Green+Blue) = 197+95+86=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F56 is #3AA0A9. Grayscale: #7C7C7C. Windows color (decimal): -3842218 or 5660613. OLE color: 5660613.
HSL color Cylindrical-coordinate representation of color #C55F56: hue angle of 4.86º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55F56 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 86 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.23 |
| HSL | 4.86º | 0.49% | 0.55% | - |
| HSV(B) | 4.86º | 0.56% | 0.77% | - |
| XYZ | 28.8 | 20.73 | 11.29 | - |
| YUV | 124.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 86 | 0 | 0.52 | 0.56 | 0.23 | 4.86 | 0.49 | 0.55 |
| Hex | C5 | 5F | 56 | 0 | 34 | 38 | 17 | 5 | 31 | 37 |
| Octal | 305 | 137 | 126 | 0 | 64 | 70 | 27 | 5 | 61 | 67 |
| Binary | 11000101 | 1011111 | 1010110 | 0 | 110100 | 111000 | 10111 | 101 | 110001 | 110111 |
Color Harmonies of #C55F56
Complementary color
Monochromatic Colors of #C55F56
Black with #C55F56
Text Example
Text Example
White with #C55F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F56; }
p { color: rgb(197,95,86); }
H1.HeaderClassName
{
color: #C55F56;
}
.AnyTagClassName
{
color: #C55F56;
}
</style>
background-color css
<style>
a { background-color: #C55F56; }
a { background-color: rgb(197,95,86); }
div.DivClassName
{
background-color: #C55F56;
}
.BgClassName
{
background-color: #C55F56;
}
</style>
border-color css
<style>
span { border-color: #C55F56; }
span { border-color: rgb(197,95,86); }
td.TdClassName
{
border-color: #C55F56;
}
.TagClassName
{
border-color: #C55F56;
}
</style>