Shades of Sunglo #C75E55
Tints of Sunglo #C75E55
RGB
CMYK
RGB Variations
Color information
#C75E55 (or 0xC75E55) is known color: Sunglo. HEX triplet: C7, 5E and 55. RGB value is (199,94,85). Sum of RGB (Red+Green+Blue) = 199+94+85=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75E55 is #38A1AA. Grayscale: #7C7C7C. Windows color (decimal): -3711403 or 5594823. OLE color: 5594823.
HSL color Cylindrical-coordinate representation of color #C75E55: hue angle of 4.74º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75E55 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 94 | 85 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.22 |
| HSL | 4.74º | 0.5% | 0.56% | - |
| HSV(B) | 4.74º | 0.57% | 0.78% | - |
| XYZ | 29.2 | 20.8 | 11.07 | - |
| YUV | 124.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 85 | 0 | 0.53 | 0.57 | 0.22 | 4.74 | 0.5 | 0.56 |
| Hex | C7 | 5E | 55 | 0 | 35 | 39 | 16 | 5 | 32 | 38 |
| Octal | 307 | 136 | 125 | 0 | 65 | 71 | 26 | 5 | 62 | 70 |
| Binary | 11000111 | 1011110 | 1010101 | 0 | 110101 | 111001 | 10110 | 101 | 110010 | 111000 |
Color Harmonies of #C75E55
Complementary color
Monochromatic Colors of #C75E55
Black with #C75E55
Text Example
Text Example
White with #C75E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75E55; }
p { color: rgb(199,94,85); }
H1.HeaderClassName
{
color: #C75E55;
}
.AnyTagClassName
{
color: #C75E55;
}
</style>
background-color css
<style>
a { background-color: #C75E55; }
a { background-color: rgb(199,94,85); }
div.DivClassName
{
background-color: #C75E55;
}
.BgClassName
{
background-color: #C75E55;
}
</style>
border-color css
<style>
span { border-color: #C75E55; }
span { border-color: rgb(199,94,85); }
td.TdClassName
{
border-color: #C75E55;
}
.TagClassName
{
border-color: #C75E55;
}
</style>