Shades of Sunglo #C55F55
Tints of Sunglo #C55F55
RGB
CMYK
RGB Variations
Color information
#C55F55 (or 0xC55F55) is known color: Sunglo. HEX triplet: C5, 5F and 55. RGB value is (197,95,85). Sum of RGB (Red+Green+Blue) = 197+95+85=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F55 is #3AA0AA. Grayscale: #7C7C7C. Windows color (decimal): -3842219 or 5595077. OLE color: 5595077.
HSL color Cylindrical-coordinate representation of color #C55F55: hue angle of 5.36º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55F55 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 85 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.23 |
| HSL | 5.36º | 0.49% | 0.55% | - |
| HSV(B) | 5.36º | 0.57% | 0.77% | - |
| XYZ | 28.76 | 20.71 | 11.08 | - |
| YUV | 124.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 85 | 0 | 0.52 | 0.57 | 0.23 | 5.36 | 0.49 | 0.55 |
| Hex | C5 | 5F | 55 | 0 | 34 | 39 | 17 | 5 | 31 | 37 |
| Octal | 305 | 137 | 125 | 0 | 64 | 71 | 27 | 5 | 61 | 67 |
| Binary | 11000101 | 1011111 | 1010101 | 0 | 110100 | 111001 | 10111 | 101 | 110001 | 110111 |
Color Harmonies of #C55F55
Complementary color
Monochromatic Colors of #C55F55
Black with #C55F55
Text Example
Text Example
White with #C55F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F55; }
p { color: rgb(197,95,85); }
H1.HeaderClassName
{
color: #C55F55;
}
.AnyTagClassName
{
color: #C55F55;
}
</style>
background-color css
<style>
a { background-color: #C55F55; }
a { background-color: rgb(197,95,85); }
div.DivClassName
{
background-color: #C55F55;
}
.BgClassName
{
background-color: #C55F55;
}
</style>
border-color css
<style>
span { border-color: #C55F55; }
span { border-color: rgb(197,95,85); }
td.TdClassName
{
border-color: #C55F55;
}
.TagClassName
{
border-color: #C55F55;
}
</style>