Shades of Sunglo #C75A51
Tints of Sunglo #C75A51
RGB
CMYK
RGB Variations
Color information
#C75A51 (or 0xC75A51) is known color: Sunglo. HEX triplet: C7, 5A and 51. RGB value is (199,90,81). Sum of RGB (Red+Green+Blue) = 199+90+81=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75A51 is #38A5AE. Grayscale: #797979. Windows color (decimal): -3712431 or 5331655. OLE color: 5331655.
HSL color Cylindrical-coordinate representation of color #C75A51: hue angle of 4.58º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75A51 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 81 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.22 |
| HSL | 4.58º | 0.51% | 0.55% | - |
| HSV(B) | 4.58º | 0.59% | 0.78% | - |
| XYZ | 28.69 | 20.05 | 10.14 | - |
| YUV | 121.57 | 105.11 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 81 | 0 | 0.55 | 0.59 | 0.22 | 4.58 | 0.51 | 0.55 |
| Hex | C7 | 5A | 51 | 0 | 37 | 3B | 16 | 5 | 33 | 37 |
| Octal | 307 | 132 | 121 | 0 | 67 | 73 | 26 | 5 | 63 | 67 |
| Binary | 11000111 | 1011010 | 1010001 | 0 | 110111 | 111011 | 10110 | 101 | 110011 | 110111 |
Color Harmonies of #C75A51
Complementary color
Monochromatic Colors of #C75A51
Black with #C75A51
Text Example
Text Example
White with #C75A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A51; }
p { color: rgb(199,90,81); }
H1.HeaderClassName
{
color: #C75A51;
}
.AnyTagClassName
{
color: #C75A51;
}
</style>
background-color css
<style>
a { background-color: #C75A51; }
a { background-color: rgb(199,90,81); }
div.DivClassName
{
background-color: #C75A51;
}
.BgClassName
{
background-color: #C75A51;
}
</style>
border-color css
<style>
span { border-color: #C75A51; }
span { border-color: rgb(199,90,81); }
td.TdClassName
{
border-color: #C75A51;
}
.TagClassName
{
border-color: #C75A51;
}
</style>