Shades of Sunglo #C96550
Tints of Sunglo #C96550
RGB
CMYK
RGB Variations
Color information
#C96550 (or 0xC96550) is known color: Sunglo. HEX triplet: C9, 65 and 50. RGB value is (201,101,80). Sum of RGB (Red+Green+Blue) = 201+101+80=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C96550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96550 is #369AAF. Grayscale: #808080. Windows color (decimal): -3578544 or 5268937. OLE color: 5268937.
HSL color Cylindrical-coordinate representation of color #C96550: hue angle of 10.41º 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 #C96550 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 80 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.21 |
| HSL | 10.41º | 0.53% | 0.55% | - |
| HSV(B) | 10.41º | 0.6% | 0.79% | - |
| XYZ | 30.19 | 22.3 | 10.3 | - |
| YUV | 128.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 80 | 0 | 0.50 | 0.60 | 0.21 | 10.41 | 0.53 | 0.55 |
| Hex | C9 | 65 | 50 | 0 | 32 | 3C | 15 | A | 35 | 37 |
| Octal | 311 | 145 | 120 | 0 | 62 | 74 | 25 | 12 | 65 | 67 |
| Binary | 11001001 | 1100101 | 1010000 | 0 | 110010 | 111100 | 10101 | 1010 | 110101 | 110111 |
Color Harmonies of #C96550
Complementary color
Monochromatic Colors of #C96550
Black with #C96550
Text Example
Text Example
White with #C96550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96550; }
p { color: rgb(201,101,80); }
H1.HeaderClassName
{
color: #C96550;
}
.AnyTagClassName
{
color: #C96550;
}
</style>
background-color css
<style>
a { background-color: #C96550; }
a { background-color: rgb(201,101,80); }
div.DivClassName
{
background-color: #C96550;
}
.BgClassName
{
background-color: #C96550;
}
</style>
border-color css
<style>
span { border-color: #C96550; }
span { border-color: rgb(201,101,80); }
td.TdClassName
{
border-color: #C96550;
}
.TagClassName
{
border-color: #C96550;
}
</style>