Shades of Sunglo #C95D4E
Tints of Sunglo #C95D4E
RGB
CMYK
RGB Variations
Color information
#C95D4E (or 0xC95D4E) is known color: Sunglo. HEX triplet: C9, 5D and 4E. RGB value is (201,93,78). Sum of RGB (Red+Green+Blue) = 201+93+78=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95D4E is #36A2B1. Grayscale: #7B7B7B. Windows color (decimal): -3580594 or 5135817. OLE color: 5135817.
HSL color Cylindrical-coordinate representation of color #C95D4E: hue angle of 7.32º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C95D4E is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 78 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.21 |
| HSL | 7.32º | 0.53% | 0.55% | - |
| HSV(B) | 7.32º | 0.61% | 0.79% | - |
| XYZ | 29.38 | 20.8 | 9.67 | - |
| YUV | 123.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 78 | 0 | 0.54 | 0.61 | 0.21 | 7.32 | 0.53 | 0.55 |
| Hex | C9 | 5D | 4E | 0 | 36 | 3D | 15 | 7 | 35 | 37 |
| Octal | 311 | 135 | 116 | 0 | 66 | 75 | 25 | 7 | 65 | 67 |
| Binary | 11001001 | 1011101 | 1001110 | 0 | 110110 | 111101 | 10101 | 111 | 110101 | 110111 |
Color Harmonies of #C95D4E
Complementary color
Monochromatic Colors of #C95D4E
Black with #C95D4E
Text Example
Text Example
White with #C95D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D4E; }
p { color: rgb(201,93,78); }
H1.HeaderClassName
{
color: #C95D4E;
}
.AnyTagClassName
{
color: #C95D4E;
}
</style>
background-color css
<style>
a { background-color: #C95D4E; }
a { background-color: rgb(201,93,78); }
div.DivClassName
{
background-color: #C95D4E;
}
.BgClassName
{
background-color: #C95D4E;
}
</style>
border-color css
<style>
span { border-color: #C95D4E; }
span { border-color: rgb(201,93,78); }
td.TdClassName
{
border-color: #C95D4E;
}
.TagClassName
{
border-color: #C95D4E;
}
</style>