Shades of Sunglo #C45F55
Tints of Sunglo #C45F55
RGB
CMYK
RGB Variations
Color information
#C45F55 (or 0xC45F55) is known color: Sunglo. HEX triplet: C4, 5F and 55. RGB value is (196,95,85). Sum of RGB (Red+Green+Blue) = 196+95+85=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45F55 is #3BA0AA. Grayscale: #7C7C7C. Windows color (decimal): -3907755 or 5595076. OLE color: 5595076.
HSL color Cylindrical-coordinate representation of color #C45F55: hue angle of 5.41º degrees, saturation: 0.48, 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 #C45F55 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 85 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.23 |
| HSL | 5.41º | 0.48% | 0.55% | - |
| HSV(B) | 5.41º | 0.57% | 0.77% | - |
| XYZ | 28.5 | 20.58 | 11.06 | - |
| YUV | 124.06 | 105.96 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 85 | 0 | 0.52 | 0.57 | 0.23 | 5.41 | 0.48 | 0.55 |
| Hex | C4 | 5F | 55 | 0 | 34 | 39 | 17 | 5 | 30 | 37 |
| Octal | 304 | 137 | 125 | 0 | 64 | 71 | 27 | 5 | 60 | 67 |
| Binary | 11000100 | 1011111 | 1010101 | 0 | 110100 | 111001 | 10111 | 101 | 110000 | 110111 |
Color Harmonies of #C45F55
Complementary color
Monochromatic Colors of #C45F55
Black with #C45F55
Text Example
Text Example
White with #C45F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45F55; }
p { color: rgb(196,95,85); }
H1.HeaderClassName
{
color: #C45F55;
}
.AnyTagClassName
{
color: #C45F55;
}
</style>
background-color css
<style>
a { background-color: #C45F55; }
a { background-color: rgb(196,95,85); }
div.DivClassName
{
background-color: #C45F55;
}
.BgClassName
{
background-color: #C45F55;
}
</style>
border-color css
<style>
span { border-color: #C45F55; }
span { border-color: rgb(196,95,85); }
td.TdClassName
{
border-color: #C45F55;
}
.TagClassName
{
border-color: #C45F55;
}
</style>