Shades of Sunglo #C96551
Tints of Sunglo #C96551
RGB
CMYK
RGB Variations
Color information
#C96551 (or 0xC96551) is known color: Sunglo. HEX triplet: C9, 65 and 51. RGB value is (201,101,81). Sum of RGB (Red+Green+Blue) = 201+101+81=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C96551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96551 is #369AAE. Grayscale: #808080. Windows color (decimal): -3578543 or 5334473. OLE color: 5334473.
HSL color Cylindrical-coordinate representation of color #C96551: hue angle of 10º 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 #C96551 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 81 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.21 |
| HSL | 10º | 0.53% | 0.55% | - |
| HSV(B) | 10º | 0.6% | 0.79% | - |
| XYZ | 30.23 | 22.32 | 10.5 | - |
| YUV | 128.62 | 101.13 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 81 | 0 | 0.50 | 0.60 | 0.21 | 10 | 0.53 | 0.55 |
| Hex | C9 | 65 | 51 | 0 | 32 | 3C | 15 | A | 35 | 37 |
| Octal | 311 | 145 | 121 | 0 | 62 | 74 | 25 | 12 | 65 | 67 |
| Binary | 11001001 | 1100101 | 1010001 | 0 | 110010 | 111100 | 10101 | 1010 | 110101 | 110111 |
Color Harmonies of #C96551
Complementary color
Monochromatic Colors of #C96551
Black with #C96551
Text Example
Text Example
White with #C96551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96551; }
p { color: rgb(201,101,81); }
H1.HeaderClassName
{
color: #C96551;
}
.AnyTagClassName
{
color: #C96551;
}
</style>
background-color css
<style>
a { background-color: #C96551; }
a { background-color: rgb(201,101,81); }
div.DivClassName
{
background-color: #C96551;
}
.BgClassName
{
background-color: #C96551;
}
</style>
border-color css
<style>
span { border-color: #C96551; }
span { border-color: rgb(201,101,81); }
td.TdClassName
{
border-color: #C96551;
}
.TagClassName
{
border-color: #C96551;
}
</style>