Shades of Sunglo #C55F5B
Tints of Sunglo #C55F5B
RGB
CMYK
RGB Variations
Color information
#C55F5B (or 0xC55F5B) is known color: Sunglo. HEX triplet: C5, 5F and 5B. RGB value is (197,95,91). Sum of RGB (Red+Green+Blue) = 197+95+91=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F5B is #3AA0A4. Grayscale: #7D7D7D. Windows color (decimal): -3842213 or 5988293. OLE color: 5988293.
HSL color Cylindrical-coordinate representation of color #C55F5B: hue angle of 2.26º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55F5B is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 91 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.23 |
| HSL | 2.26º | 0.48% | 0.56% | - |
| HSV(B) | 2.26º | 0.54% | 0.77% | - |
| XYZ | 29.01 | 20.81 | 12.39 | - |
| YUV | 125.04 | 108.79 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 91 | 0 | 0.52 | 0.54 | 0.23 | 2.26 | 0.48 | 0.56 |
| Hex | C5 | 5F | 5B | 0 | 34 | 36 | 17 | 2 | 30 | 38 |
| Octal | 305 | 137 | 133 | 0 | 64 | 66 | 27 | 2 | 60 | 70 |
| Binary | 11000101 | 1011111 | 1011011 | 0 | 110100 | 110110 | 10111 | 10 | 110000 | 111000 |
Color Harmonies of #C55F5B
Complementary color
Monochromatic Colors of #C55F5B
Black with #C55F5B
Text Example
Text Example
White with #C55F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F5B; }
p { color: rgb(197,95,91); }
H1.HeaderClassName
{
color: #C55F5B;
}
.AnyTagClassName
{
color: #C55F5B;
}
</style>
background-color css
<style>
a { background-color: #C55F5B; }
a { background-color: rgb(197,95,91); }
div.DivClassName
{
background-color: #C55F5B;
}
.BgClassName
{
background-color: #C55F5B;
}
</style>
border-color css
<style>
span { border-color: #C55F5B; }
span { border-color: rgb(197,95,91); }
td.TdClassName
{
border-color: #C55F5B;
}
.TagClassName
{
border-color: #C55F5B;
}
</style>