Shades of Sunglo #C55F57
Tints of Sunglo #C55F57
RGB
CMYK
RGB Variations
Color information
#C55F57 (or 0xC55F57) is known color: Sunglo. HEX triplet: C5, 5F and 57. RGB value is (197,95,87). Sum of RGB (Red+Green+Blue) = 197+95+87=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F57 is #3AA0A8. Grayscale: #7C7C7C. Windows color (decimal): -3842217 or 5726149. OLE color: 5726149.
HSL color Cylindrical-coordinate representation of color #C55F57: hue angle of 4.36º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55F57 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 87 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.23 |
| HSL | 4.36º | 0.49% | 0.56% | - |
| HSV(B) | 4.36º | 0.56% | 0.77% | - |
| XYZ | 28.84 | 20.74 | 11.5 | - |
| YUV | 124.59 | 106.79 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 87 | 0 | 0.52 | 0.56 | 0.23 | 4.36 | 0.49 | 0.56 |
| Hex | C5 | 5F | 57 | 0 | 34 | 38 | 17 | 4 | 31 | 38 |
| Octal | 305 | 137 | 127 | 0 | 64 | 70 | 27 | 4 | 61 | 70 |
| Binary | 11000101 | 1011111 | 1010111 | 0 | 110100 | 111000 | 10111 | 100 | 110001 | 111000 |
Color Harmonies of #C55F57
Complementary color
Monochromatic Colors of #C55F57
Black with #C55F57
Text Example
Text Example
White with #C55F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F57; }
p { color: rgb(197,95,87); }
H1.HeaderClassName
{
color: #C55F57;
}
.AnyTagClassName
{
color: #C55F57;
}
</style>
background-color css
<style>
a { background-color: #C55F57; }
a { background-color: rgb(197,95,87); }
div.DivClassName
{
background-color: #C55F57;
}
.BgClassName
{
background-color: #C55F57;
}
</style>
border-color css
<style>
span { border-color: #C55F57; }
span { border-color: rgb(197,95,87); }
td.TdClassName
{
border-color: #C55F57;
}
.TagClassName
{
border-color: #C55F57;
}
</style>