Shades of Sunglo #C96057
Tints of Sunglo #C96057
RGB
CMYK
RGB Variations
Color information
#C96057 (or 0xC96057) is known color: Sunglo. HEX triplet: C9, 60 and 57. RGB value is (201,96,87). Sum of RGB (Red+Green+Blue) = 201+96+87=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C96057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96057 is #369FA8. Grayscale: #7E7E7E. Windows color (decimal): -3579817 or 5726409. OLE color: 5726409.
HSL color Cylindrical-coordinate representation of color #C96057: hue angle of 4.74º 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 #C96057 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 87 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.21 |
| HSL | 4.74º | 0.51% | 0.56% | - |
| HSV(B) | 4.74º | 0.57% | 0.79% | - |
| XYZ | 29.99 | 21.47 | 11.58 | - |
| YUV | 126.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 87 | 0 | 0.52 | 0.57 | 0.21 | 4.74 | 0.51 | 0.56 |
| Hex | C9 | 60 | 57 | 0 | 34 | 39 | 15 | 5 | 33 | 38 |
| Octal | 311 | 140 | 127 | 0 | 64 | 71 | 25 | 5 | 63 | 70 |
| Binary | 11001001 | 1100000 | 1010111 | 0 | 110100 | 111001 | 10101 | 101 | 110011 | 111000 |
Color Harmonies of #C96057
Complementary color
Monochromatic Colors of #C96057
Black with #C96057
Text Example
Text Example
White with #C96057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96057; }
p { color: rgb(201,96,87); }
H1.HeaderClassName
{
color: #C96057;
}
.AnyTagClassName
{
color: #C96057;
}
</style>
background-color css
<style>
a { background-color: #C96057; }
a { background-color: rgb(201,96,87); }
div.DivClassName
{
background-color: #C96057;
}
.BgClassName
{
background-color: #C96057;
}
</style>
border-color css
<style>
span { border-color: #C96057; }
span { border-color: rgb(201,96,87); }
td.TdClassName
{
border-color: #C96057;
}
.TagClassName
{
border-color: #C96057;
}
</style>