Shades of Sunglo #C75C4E
Tints of Sunglo #C75C4E
RGB
CMYK
RGB Variations
Color information
#C75C4E (or 0xC75C4E) is known color: Sunglo. HEX triplet: C7, 5C and 4E. RGB value is (199,92,78). Sum of RGB (Red+Green+Blue) = 199+92+78=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75C4E is #38A3B1. Grayscale: #7A7A7A. Windows color (decimal): -3711922 or 5135559. OLE color: 5135559.
HSL color Cylindrical-coordinate representation of color #C75C4E: hue angle of 6.94º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C75C4E is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 78 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.22 |
| HSL | 6.94º | 0.52% | 0.54% | - |
| HSV(B) | 6.94º | 0.61% | 0.78% | - |
| XYZ | 28.76 | 20.35 | 9.62 | - |
| YUV | 122.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 78 | 0 | 0.54 | 0.61 | 0.22 | 6.94 | 0.52 | 0.54 |
| Hex | C7 | 5C | 4E | 0 | 36 | 3D | 16 | 7 | 34 | 36 |
| Octal | 307 | 134 | 116 | 0 | 66 | 75 | 26 | 7 | 64 | 66 |
| Binary | 11000111 | 1011100 | 1001110 | 0 | 110110 | 111101 | 10110 | 111 | 110100 | 110110 |
Color Harmonies of #C75C4E
Complementary color
Monochromatic Colors of #C75C4E
Black with #C75C4E
Text Example
Text Example
White with #C75C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75C4E; }
p { color: rgb(199,92,78); }
H1.HeaderClassName
{
color: #C75C4E;
}
.AnyTagClassName
{
color: #C75C4E;
}
</style>
background-color css
<style>
a { background-color: #C75C4E; }
a { background-color: rgb(199,92,78); }
div.DivClassName
{
background-color: #C75C4E;
}
.BgClassName
{
background-color: #C75C4E;
}
</style>
border-color css
<style>
span { border-color: #C75C4E; }
span { border-color: rgb(199,92,78); }
td.TdClassName
{
border-color: #C75C4E;
}
.TagClassName
{
border-color: #C75C4E;
}
</style>