Shades of Sunglo #C96852
Tints of Sunglo #C96852
RGB
CMYK
RGB Variations
Color information
#C96852 (or 0xC96852) is known color: Sunglo. HEX triplet: C9, 68 and 52. RGB value is (201,104,82). Sum of RGB (Red+Green+Blue) = 201+104+82=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C96852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96852 is #3697AD. Grayscale: #828282. Windows color (decimal): -3577774 or 5400777. OLE color: 5400777.
HSL color Cylindrical-coordinate representation of color #C96852: hue angle of 11.09º 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 #C96852 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 104 | 82 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.21 |
| HSL | 11.09º | 0.52% | 0.55% | - |
| HSV(B) | 11.09º | 0.59% | 0.79% | - |
| XYZ | 30.56 | 22.93 | 10.8 | - |
| YUV | 130.5 | 100.64 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 82 | 0 | 0.48 | 0.59 | 0.21 | 11.09 | 0.52 | 0.55 |
| Hex | C9 | 68 | 52 | 0 | 30 | 3B | 15 | B | 34 | 37 |
| Octal | 311 | 150 | 122 | 0 | 60 | 73 | 25 | 13 | 64 | 67 |
| Binary | 11001001 | 1101000 | 1010010 | 0 | 110000 | 111011 | 10101 | 1011 | 110100 | 110111 |
Color Harmonies of #C96852
Complementary color
Monochromatic Colors of #C96852
Black with #C96852
Text Example
Text Example
White with #C96852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96852; }
p { color: rgb(201,104,82); }
H1.HeaderClassName
{
color: #C96852;
}
.AnyTagClassName
{
color: #C96852;
}
</style>
background-color css
<style>
a { background-color: #C96852; }
a { background-color: rgb(201,104,82); }
div.DivClassName
{
background-color: #C96852;
}
.BgClassName
{
background-color: #C96852;
}
</style>
border-color css
<style>
span { border-color: #C96852; }
span { border-color: rgb(201,104,82); }
td.TdClassName
{
border-color: #C96852;
}
.TagClassName
{
border-color: #C96852;
}
</style>