Shades of Sunglo #C75D51
Tints of Sunglo #C75D51
RGB
CMYK
RGB Variations
Color information
#C75D51 (or 0xC75D51) is known color: Sunglo. HEX triplet: C7, 5D and 51. RGB value is (199,93,81). Sum of RGB (Red+Green+Blue) = 199+93+81=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75D51 is #38A2AE. Grayscale: #7B7B7B. Windows color (decimal): -3711663 or 5332423. OLE color: 5332423.
HSL color Cylindrical-coordinate representation of color #C75D51: hue angle of 6.1º 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 #C75D51 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 81 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.22 |
| HSL | 6.1º | 0.51% | 0.55% | - |
| HSV(B) | 6.1º | 0.59% | 0.78% | - |
| XYZ | 28.95 | 20.56 | 10.23 | - |
| YUV | 123.33 | 104.12 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 81 | 0 | 0.53 | 0.59 | 0.22 | 6.1 | 0.51 | 0.55 |
| Hex | C7 | 5D | 51 | 0 | 35 | 3B | 16 | 6 | 33 | 37 |
| Octal | 307 | 135 | 121 | 0 | 65 | 73 | 26 | 6 | 63 | 67 |
| Binary | 11000111 | 1011101 | 1010001 | 0 | 110101 | 111011 | 10110 | 110 | 110011 | 110111 |
Color Harmonies of #C75D51
Complementary color
Monochromatic Colors of #C75D51
Black with #C75D51
Text Example
Text Example
White with #C75D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75D51; }
p { color: rgb(199,93,81); }
H1.HeaderClassName
{
color: #C75D51;
}
.AnyTagClassName
{
color: #C75D51;
}
</style>
background-color css
<style>
a { background-color: #C75D51; }
a { background-color: rgb(199,93,81); }
div.DivClassName
{
background-color: #C75D51;
}
.BgClassName
{
background-color: #C75D51;
}
</style>
border-color css
<style>
span { border-color: #C75D51; }
span { border-color: rgb(199,93,81); }
td.TdClassName
{
border-color: #C75D51;
}
.TagClassName
{
border-color: #C75D51;
}
</style>