Shades of Sunglo #C96051
Tints of Sunglo #C96051
RGB
CMYK
RGB Variations
Color information
#C96051 (or 0xC96051) is known color: Sunglo. HEX triplet: C9, 60 and 51. RGB value is (201,96,81). Sum of RGB (Red+Green+Blue) = 201+96+81=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C96051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96051 is #369FAE. Grayscale: #7D7D7D. Windows color (decimal): -3579823 or 5333193. OLE color: 5333193.
HSL color Cylindrical-coordinate representation of color #C96051: hue angle of 7.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C96051 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 81 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.21 |
| HSL | 7.5º | 0.53% | 0.55% | - |
| HSV(B) | 7.5º | 0.6% | 0.79% | - |
| XYZ | 29.76 | 21.38 | 10.34 | - |
| YUV | 125.69 | 102.79 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 81 | 0 | 0.52 | 0.60 | 0.21 | 7.5 | 0.53 | 0.55 |
| Hex | C9 | 60 | 51 | 0 | 34 | 3C | 15 | 8 | 35 | 37 |
| Octal | 311 | 140 | 121 | 0 | 64 | 74 | 25 | 10 | 65 | 67 |
| Binary | 11001001 | 1100000 | 1010001 | 0 | 110100 | 111100 | 10101 | 1000 | 110101 | 110111 |
Color Harmonies of #C96051
Complementary color
Monochromatic Colors of #C96051
Black with #C96051
Text Example
Text Example
White with #C96051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96051; }
p { color: rgb(201,96,81); }
H1.HeaderClassName
{
color: #C96051;
}
.AnyTagClassName
{
color: #C96051;
}
</style>
background-color css
<style>
a { background-color: #C96051; }
a { background-color: rgb(201,96,81); }
div.DivClassName
{
background-color: #C96051;
}
.BgClassName
{
background-color: #C96051;
}
</style>
border-color css
<style>
span { border-color: #C96051; }
span { border-color: rgb(201,96,81); }
td.TdClassName
{
border-color: #C96051;
}
.TagClassName
{
border-color: #C96051;
}
</style>