Shades of Sunglo #C55D56
Tints of Sunglo #C55D56
RGB
CMYK
RGB Variations
Color information
#C55D56 (or 0xC55D56) is known color: Sunglo. HEX triplet: C5, 5D and 56. RGB value is (197,93,86). Sum of RGB (Red+Green+Blue) = 197+93+86=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55D56 is #3AA2A9. Grayscale: #7B7B7B. Windows color (decimal): -3842730 or 5660101. OLE color: 5660101.
HSL color Cylindrical-coordinate representation of color #C55D56: hue angle of 3.78º 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 #C55D56 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 86 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.23 |
| HSL | 3.78º | 0.49% | 0.55% | - |
| HSV(B) | 3.78º | 0.56% | 0.77% | - |
| XYZ | 28.62 | 20.37 | 11.23 | - |
| YUV | 123.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 86 | 0 | 0.53 | 0.56 | 0.23 | 3.78 | 0.49 | 0.55 |
| Hex | C5 | 5D | 56 | 0 | 35 | 38 | 17 | 4 | 31 | 37 |
| Octal | 305 | 135 | 126 | 0 | 65 | 70 | 27 | 4 | 61 | 67 |
| Binary | 11000101 | 1011101 | 1010110 | 0 | 110101 | 111000 | 10111 | 100 | 110001 | 110111 |
Color Harmonies of #C55D56
Complementary color
Monochromatic Colors of #C55D56
Black with #C55D56
Text Example
Text Example
White with #C55D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D56; }
p { color: rgb(197,93,86); }
H1.HeaderClassName
{
color: #C55D56;
}
.AnyTagClassName
{
color: #C55D56;
}
</style>
background-color css
<style>
a { background-color: #C55D56; }
a { background-color: rgb(197,93,86); }
div.DivClassName
{
background-color: #C55D56;
}
.BgClassName
{
background-color: #C55D56;
}
</style>
border-color css
<style>
span { border-color: #C55D56; }
span { border-color: rgb(197,93,86); }
td.TdClassName
{
border-color: #C55D56;
}
.TagClassName
{
border-color: #C55D56;
}
</style>