Shades of Sunglo #C96056
Tints of Sunglo #C96056
RGB
CMYK
RGB Variations
Color information
#C96056 (or 0xC96056) is known color: Sunglo. HEX triplet: C9, 60 and 56. RGB value is (201,96,86). Sum of RGB (Red+Green+Blue) = 201+96+86=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C96056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96056 is #369FA9. Grayscale: #7E7E7E. Windows color (decimal): -3579818 or 5660873. OLE color: 5660873.
HSL color Cylindrical-coordinate representation of color #C96056: hue angle of 5.22º degrees, saturation: 0.52, 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 #C96056 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 86 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.21 |
| HSL | 5.22º | 0.52% | 0.56% | - |
| HSV(B) | 5.22º | 0.57% | 0.79% | - |
| XYZ | 29.95 | 21.46 | 11.37 | - |
| YUV | 126.26 | 105.29 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 86 | 0 | 0.52 | 0.57 | 0.21 | 5.22 | 0.52 | 0.56 |
| Hex | C9 | 60 | 56 | 0 | 34 | 39 | 15 | 5 | 34 | 38 |
| Octal | 311 | 140 | 126 | 0 | 64 | 71 | 25 | 5 | 64 | 70 |
| Binary | 11001001 | 1100000 | 1010110 | 0 | 110100 | 111001 | 10101 | 101 | 110100 | 111000 |
Color Harmonies of #C96056
Complementary color
Monochromatic Colors of #C96056
Black with #C96056
Text Example
Text Example
White with #C96056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96056; }
p { color: rgb(201,96,86); }
H1.HeaderClassName
{
color: #C96056;
}
.AnyTagClassName
{
color: #C96056;
}
</style>
background-color css
<style>
a { background-color: #C96056; }
a { background-color: rgb(201,96,86); }
div.DivClassName
{
background-color: #C96056;
}
.BgClassName
{
background-color: #C96056;
}
</style>
border-color css
<style>
span { border-color: #C96056; }
span { border-color: rgb(201,96,86); }
td.TdClassName
{
border-color: #C96056;
}
.TagClassName
{
border-color: #C96056;
}
</style>