Shades of Sunglo #C96153
Tints of Sunglo #C96153
RGB
CMYK
RGB Variations
Color information
#C96153 (or 0xC96153) is known color: Sunglo. HEX triplet: C9, 61 and 53. RGB value is (201,97,83). Sum of RGB (Red+Green+Blue) = 201+97+83=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C96153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96153 is #369EAC. Grayscale: #7E7E7E. Windows color (decimal): -3579565 or 5464521. OLE color: 5464521.
HSL color Cylindrical-coordinate representation of color #C96153: hue angle of 7.12º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C96153 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 83 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.21 |
| HSL | 7.12º | 0.52% | 0.56% | - |
| HSV(B) | 7.12º | 0.59% | 0.79% | - |
| XYZ | 29.92 | 21.59 | 10.77 | - |
| YUV | 126.5 | 103.46 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 83 | 0 | 0.52 | 0.59 | 0.21 | 7.12 | 0.52 | 0.56 |
| Hex | C9 | 61 | 53 | 0 | 34 | 3B | 15 | 7 | 34 | 38 |
| Octal | 311 | 141 | 123 | 0 | 64 | 73 | 25 | 7 | 64 | 70 |
| Binary | 11001001 | 1100001 | 1010011 | 0 | 110100 | 111011 | 10101 | 111 | 110100 | 111000 |
Color Harmonies of #C96153
Complementary color
Monochromatic Colors of #C96153
Black with #C96153
Text Example
Text Example
White with #C96153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96153; }
p { color: rgb(201,97,83); }
H1.HeaderClassName
{
color: #C96153;
}
.AnyTagClassName
{
color: #C96153;
}
</style>
background-color css
<style>
a { background-color: #C96153; }
a { background-color: rgb(201,97,83); }
div.DivClassName
{
background-color: #C96153;
}
.BgClassName
{
background-color: #C96153;
}
</style>
border-color css
<style>
span { border-color: #C96153; }
span { border-color: rgb(201,97,83); }
td.TdClassName
{
border-color: #C96153;
}
.TagClassName
{
border-color: #C96153;
}
</style>