Shades of Sunglo #C96350
Tints of Sunglo #C96350
RGB
CMYK
RGB Variations
Color information
#C96350 (or 0xC96350) is known color: Sunglo. HEX triplet: C9, 63 and 50. RGB value is (201,99,80). Sum of RGB (Red+Green+Blue) = 201+99+80=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C96350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96350 is #369CAF. Grayscale: #7F7F7F. Windows color (decimal): -3579056 or 5268425. OLE color: 5268425.
HSL color Cylindrical-coordinate representation of color #C96350: hue angle of 9.42º 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 #C96350 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 80 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.21 |
| HSL | 9.42º | 0.53% | 0.55% | - |
| HSV(B) | 9.42º | 0.6% | 0.79% | - |
| XYZ | 30 | 21.92 | 10.24 | - |
| YUV | 127.33 | 101.29 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 80 | 0 | 0.51 | 0.60 | 0.21 | 9.42 | 0.53 | 0.55 |
| Hex | C9 | 63 | 50 | 0 | 33 | 3C | 15 | 9 | 35 | 37 |
| Octal | 311 | 143 | 120 | 0 | 63 | 74 | 25 | 11 | 65 | 67 |
| Binary | 11001001 | 1100011 | 1010000 | 0 | 110011 | 111100 | 10101 | 1001 | 110101 | 110111 |
Color Harmonies of #C96350
Complementary color
Monochromatic Colors of #C96350
Black with #C96350
Text Example
Text Example
White with #C96350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96350; }
p { color: rgb(201,99,80); }
H1.HeaderClassName
{
color: #C96350;
}
.AnyTagClassName
{
color: #C96350;
}
</style>
background-color css
<style>
a { background-color: #C96350; }
a { background-color: rgb(201,99,80); }
div.DivClassName
{
background-color: #C96350;
}
.BgClassName
{
background-color: #C96350;
}
</style>
border-color css
<style>
span { border-color: #C96350; }
span { border-color: rgb(201,99,80); }
td.TdClassName
{
border-color: #C96350;
}
.TagClassName
{
border-color: #C96350;
}
</style>