Shades of Sunglo #C96250
Tints of Sunglo #C96250
RGB
CMYK
RGB Variations
Color information
#C96250 (or 0xC96250) is known color: Sunglo. HEX triplet: C9, 62 and 50. RGB value is (201,98,80). Sum of RGB (Red+Green+Blue) = 201+98+80=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C96250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96250 is #369DAF. Grayscale: #7E7E7E. Windows color (decimal): -3579312 or 5268169. OLE color: 5268169.
HSL color Cylindrical-coordinate representation of color #C96250: hue angle of 8.93º 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 #C96250 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 80 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.21 |
| HSL | 8.93º | 0.53% | 0.55% | - |
| HSV(B) | 8.93º | 0.6% | 0.79% | - |
| XYZ | 29.9 | 21.73 | 10.21 | - |
| YUV | 126.75 | 101.62 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 80 | 0 | 0.51 | 0.60 | 0.21 | 8.93 | 0.53 | 0.55 |
| Hex | C9 | 62 | 50 | 0 | 33 | 3C | 15 | 9 | 35 | 37 |
| Octal | 311 | 142 | 120 | 0 | 63 | 74 | 25 | 11 | 65 | 67 |
| Binary | 11001001 | 1100010 | 1010000 | 0 | 110011 | 111100 | 10101 | 1001 | 110101 | 110111 |
Color Harmonies of #C96250
Complementary color
Monochromatic Colors of #C96250
Black with #C96250
Text Example
Text Example
White with #C96250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96250; }
p { color: rgb(201,98,80); }
H1.HeaderClassName
{
color: #C96250;
}
.AnyTagClassName
{
color: #C96250;
}
</style>
background-color css
<style>
a { background-color: #C96250; }
a { background-color: rgb(201,98,80); }
div.DivClassName
{
background-color: #C96250;
}
.BgClassName
{
background-color: #C96250;
}
</style>
border-color css
<style>
span { border-color: #C96250; }
span { border-color: rgb(201,98,80); }
td.TdClassName
{
border-color: #C96250;
}
.TagClassName
{
border-color: #C96250;
}
</style>