Shades of Sunglo #C55B51
Tints of Sunglo #C55B51
RGB
CMYK
RGB Variations
Color information
#C55B51 (or 0xC55B51) is known color: Sunglo. HEX triplet: C5, 5B and 51. RGB value is (197,91,81). Sum of RGB (Red+Green+Blue) = 197+91+81=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55B51 is #3AA4AE. Grayscale: #797979. Windows color (decimal): -3843247 or 5331909. OLE color: 5331909.
HSL color Cylindrical-coordinate representation of color #C55B51: hue angle of 5.17º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55B51 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 81 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.23 |
| HSL | 5.17º | 0.5% | 0.55% | - |
| HSV(B) | 5.17º | 0.59% | 0.77% | - |
| XYZ | 28.25 | 19.95 | 10.15 | - |
| YUV | 121.55 | 105.12 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 81 | 0 | 0.54 | 0.59 | 0.23 | 5.17 | 0.5 | 0.55 |
| Hex | C5 | 5B | 51 | 0 | 36 | 3B | 17 | 5 | 32 | 37 |
| Octal | 305 | 133 | 121 | 0 | 66 | 73 | 27 | 5 | 62 | 67 |
| Binary | 11000101 | 1011011 | 1010001 | 0 | 110110 | 111011 | 10111 | 101 | 110010 | 110111 |
Color Harmonies of #C55B51
Complementary color
Monochromatic Colors of #C55B51
Black with #C55B51
Text Example
Text Example
White with #C55B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55B51; }
p { color: rgb(197,91,81); }
H1.HeaderClassName
{
color: #C55B51;
}
.AnyTagClassName
{
color: #C55B51;
}
</style>
background-color css
<style>
a { background-color: #C55B51; }
a { background-color: rgb(197,91,81); }
div.DivClassName
{
background-color: #C55B51;
}
.BgClassName
{
background-color: #C55B51;
}
</style>
border-color css
<style>
span { border-color: #C55B51; }
span { border-color: rgb(197,91,81); }
td.TdClassName
{
border-color: #C55B51;
}
.TagClassName
{
border-color: #C55B51;
}
</style>