Shades of Sunglo #C95E57
Tints of Sunglo #C95E57
RGB
CMYK
RGB Variations
Color information
#C95E57 (or 0xC95E57) is known color: Sunglo. HEX triplet: C9, 5E and 57. RGB value is (201,94,87). Sum of RGB (Red+Green+Blue) = 201+94+87=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95E57 is #36A1A8. Grayscale: #7D7D7D. Windows color (decimal): -3580329 or 5725897. OLE color: 5725897.
HSL color Cylindrical-coordinate representation of color #C95E57: hue angle of 3.68º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95E57 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 87 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.21 |
| HSL | 3.68º | 0.51% | 0.56% | - |
| HSV(B) | 3.68º | 0.57% | 0.79% | - |
| XYZ | 29.81 | 21.11 | 11.52 | - |
| YUV | 125.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 87 | 0 | 0.53 | 0.57 | 0.21 | 3.68 | 0.51 | 0.56 |
| Hex | C9 | 5E | 57 | 0 | 35 | 39 | 15 | 4 | 33 | 38 |
| Octal | 311 | 136 | 127 | 0 | 65 | 71 | 25 | 4 | 63 | 70 |
| Binary | 11001001 | 1011110 | 1010111 | 0 | 110101 | 111001 | 10101 | 100 | 110011 | 111000 |
Color Harmonies of #C95E57
Complementary color
Monochromatic Colors of #C95E57
Black with #C95E57
Text Example
Text Example
White with #C95E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95E57; }
p { color: rgb(201,94,87); }
H1.HeaderClassName
{
color: #C95E57;
}
.AnyTagClassName
{
color: #C95E57;
}
</style>
background-color css
<style>
a { background-color: #C95E57; }
a { background-color: rgb(201,94,87); }
div.DivClassName
{
background-color: #C95E57;
}
.BgClassName
{
background-color: #C95E57;
}
</style>
border-color css
<style>
span { border-color: #C95E57; }
span { border-color: rgb(201,94,87); }
td.TdClassName
{
border-color: #C95E57;
}
.TagClassName
{
border-color: #C95E57;
}
</style>