Shades of Sunglo #C96352
Tints of Sunglo #C96352
RGB
CMYK
RGB Variations
Color information
#C96352 (or 0xC96352) is known color: Sunglo. HEX triplet: C9, 63 and 52. RGB value is (201,99,82). Sum of RGB (Red+Green+Blue) = 201+99+82=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C96352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96352 is #369CAD. Grayscale: #7F7F7F. Windows color (decimal): -3579054 or 5399497. OLE color: 5399497.
HSL color Cylindrical-coordinate representation of color #C96352: hue angle of 8.57º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C96352 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 82 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.21 |
| HSL | 8.57º | 0.52% | 0.55% | - |
| HSV(B) | 8.57º | 0.59% | 0.79% | - |
| XYZ | 30.07 | 21.95 | 10.63 | - |
| YUV | 127.56 | 102.29 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 82 | 0 | 0.51 | 0.59 | 0.21 | 8.57 | 0.52 | 0.55 |
| Hex | C9 | 63 | 52 | 0 | 33 | 3B | 15 | 9 | 34 | 37 |
| Octal | 311 | 143 | 122 | 0 | 63 | 73 | 25 | 11 | 64 | 67 |
| Binary | 11001001 | 1100011 | 1010010 | 0 | 110011 | 111011 | 10101 | 1001 | 110100 | 110111 |
Color Harmonies of #C96352
Complementary color
Monochromatic Colors of #C96352
Black with #C96352
Text Example
Text Example
White with #C96352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96352; }
p { color: rgb(201,99,82); }
H1.HeaderClassName
{
color: #C96352;
}
.AnyTagClassName
{
color: #C96352;
}
</style>
background-color css
<style>
a { background-color: #C96352; }
a { background-color: rgb(201,99,82); }
div.DivClassName
{
background-color: #C96352;
}
.BgClassName
{
background-color: #C96352;
}
</style>
border-color css
<style>
span { border-color: #C96352; }
span { border-color: rgb(201,99,82); }
td.TdClassName
{
border-color: #C96352;
}
.TagClassName
{
border-color: #C96352;
}
</style>