Shades of Sunglo #C96253
Tints of Sunglo #C96253
RGB
CMYK
RGB Variations
Color information
#C96253 (or 0xC96253) is known color: Sunglo. HEX triplet: C9, 62 and 53. RGB value is (201,98,83). Sum of RGB (Red+Green+Blue) = 201+98+83=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C96253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96253 is #369DAC. Grayscale: #7F7F7F. Windows color (decimal): -3579309 or 5464777. OLE color: 5464777.
HSL color Cylindrical-coordinate representation of color #C96253: hue angle of 7.63º 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 #C96253 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 83 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.21 |
| HSL | 7.63º | 0.52% | 0.56% | - |
| HSV(B) | 7.63º | 0.59% | 0.79% | - |
| XYZ | 30.02 | 21.78 | 10.81 | - |
| YUV | 127.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 83 | 0 | 0.51 | 0.59 | 0.21 | 7.63 | 0.52 | 0.56 |
| Hex | C9 | 62 | 53 | 0 | 33 | 3B | 15 | 8 | 34 | 38 |
| Octal | 311 | 142 | 123 | 0 | 63 | 73 | 25 | 10 | 64 | 70 |
| Binary | 11001001 | 1100010 | 1010011 | 0 | 110011 | 111011 | 10101 | 1000 | 110100 | 111000 |
Color Harmonies of #C96253
Complementary color
Monochromatic Colors of #C96253
Black with #C96253
Text Example
Text Example
White with #C96253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96253; }
p { color: rgb(201,98,83); }
H1.HeaderClassName
{
color: #C96253;
}
.AnyTagClassName
{
color: #C96253;
}
</style>
background-color css
<style>
a { background-color: #C96253; }
a { background-color: rgb(201,98,83); }
div.DivClassName
{
background-color: #C96253;
}
.BgClassName
{
background-color: #C96253;
}
</style>
border-color css
<style>
span { border-color: #C96253; }
span { border-color: rgb(201,98,83); }
td.TdClassName
{
border-color: #C96253;
}
.TagClassName
{
border-color: #C96253;
}
</style>