Shades of Sunglo #C96751
Tints of Sunglo #C96751
RGB
CMYK
RGB Variations
Color information
#C96751 (or 0xC96751) is known color: Sunglo. HEX triplet: C9, 67 and 51. RGB value is (201,103,81). Sum of RGB (Red+Green+Blue) = 201+103+81=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C96751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96751 is #3698AE. Grayscale: #818181. Windows color (decimal): -3578031 or 5334985. OLE color: 5334985.
HSL color Cylindrical-coordinate representation of color #C96751: hue angle of 11º 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 #C96751 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 81 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.21 |
| HSL | 11º | 0.53% | 0.55% | - |
| HSV(B) | 11º | 0.6% | 0.79% | - |
| XYZ | 30.42 | 22.71 | 10.56 | - |
| YUV | 129.79 | 100.47 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 81 | 0 | 0.49 | 0.60 | 0.21 | 11 | 0.53 | 0.55 |
| Hex | C9 | 67 | 51 | 0 | 31 | 3C | 15 | B | 35 | 37 |
| Octal | 311 | 147 | 121 | 0 | 61 | 74 | 25 | 13 | 65 | 67 |
| Binary | 11001001 | 1100111 | 1010001 | 0 | 110001 | 111100 | 10101 | 1011 | 110101 | 110111 |
Color Harmonies of #C96751
Complementary color
Monochromatic Colors of #C96751
Black with #C96751
Text Example
Text Example
White with #C96751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96751; }
p { color: rgb(201,103,81); }
H1.HeaderClassName
{
color: #C96751;
}
.AnyTagClassName
{
color: #C96751;
}
</style>
background-color css
<style>
a { background-color: #C96751; }
a { background-color: rgb(201,103,81); }
div.DivClassName
{
background-color: #C96751;
}
.BgClassName
{
background-color: #C96751;
}
</style>
border-color css
<style>
span { border-color: #C96751; }
span { border-color: rgb(201,103,81); }
td.TdClassName
{
border-color: #C96751;
}
.TagClassName
{
border-color: #C96751;
}
</style>