Shades of Sunglo #C75A4E
Tints of Sunglo #C75A4E
RGB
CMYK
RGB Variations
Color information
#C75A4E (or 0xC75A4E) is known color: Sunglo. HEX triplet: C7, 5A and 4E. RGB value is (199,90,78). Sum of RGB (Red+Green+Blue) = 199+90+78=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75A4E is #38A5B1. Grayscale: #797979. Windows color (decimal): -3712434 or 5135047. OLE color: 5135047.
HSL color Cylindrical-coordinate representation of color #C75A4E: hue angle of 5.95º 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 #C75A4E is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 78 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.22 |
| HSL | 5.95º | 0.52% | 0.54% | - |
| HSV(B) | 5.95º | 0.61% | 0.78% | - |
| XYZ | 28.58 | 20 | 9.56 | - |
| YUV | 121.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 78 | 0 | 0.55 | 0.61 | 0.22 | 5.95 | 0.52 | 0.54 |
| Hex | C7 | 5A | 4E | 0 | 37 | 3D | 16 | 6 | 34 | 36 |
| Octal | 307 | 132 | 116 | 0 | 67 | 75 | 26 | 6 | 64 | 66 |
| Binary | 11000111 | 1011010 | 1001110 | 0 | 110111 | 111101 | 10110 | 110 | 110100 | 110110 |
Color Harmonies of #C75A4E
Complementary color
Monochromatic Colors of #C75A4E
Black with #C75A4E
Text Example
Text Example
White with #C75A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A4E; }
p { color: rgb(199,90,78); }
H1.HeaderClassName
{
color: #C75A4E;
}
.AnyTagClassName
{
color: #C75A4E;
}
</style>
background-color css
<style>
a { background-color: #C75A4E; }
a { background-color: rgb(199,90,78); }
div.DivClassName
{
background-color: #C75A4E;
}
.BgClassName
{
background-color: #C75A4E;
}
</style>
border-color css
<style>
span { border-color: #C75A4E; }
span { border-color: rgb(199,90,78); }
td.TdClassName
{
border-color: #C75A4E;
}
.TagClassName
{
border-color: #C75A4E;
}
</style>