Shades of Sunglo #C96355
Tints of Sunglo #C96355
RGB
CMYK
RGB Variations
Color information
#C96355 (or 0xC96355) is known color: Sunglo. HEX triplet: C9, 63 and 55. RGB value is (201,99,85). Sum of RGB (Red+Green+Blue) = 201+99+85=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C96355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96355 is #369CAA. Grayscale: #808080. Windows color (decimal): -3579051 or 5596105. OLE color: 5596105.
HSL color Cylindrical-coordinate representation of color #C96355: hue angle of 7.24º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C96355 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 85 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.21 |
| HSL | 7.24º | 0.52% | 0.56% | - |
| HSV(B) | 7.24º | 0.58% | 0.79% | - |
| XYZ | 30.19 | 22 | 11.25 | - |
| YUV | 127.9 | 103.79 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 85 | 0 | 0.51 | 0.58 | 0.21 | 7.24 | 0.52 | 0.56 |
| Hex | C9 | 63 | 55 | 0 | 33 | 3A | 15 | 7 | 34 | 38 |
| Octal | 311 | 143 | 125 | 0 | 63 | 72 | 25 | 7 | 64 | 70 |
| Binary | 11001001 | 1100011 | 1010101 | 0 | 110011 | 111010 | 10101 | 111 | 110100 | 111000 |
Color Harmonies of #C96355
Complementary color
Monochromatic Colors of #C96355
Black with #C96355
Text Example
Text Example
White with #C96355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96355; }
p { color: rgb(201,99,85); }
H1.HeaderClassName
{
color: #C96355;
}
.AnyTagClassName
{
color: #C96355;
}
</style>
background-color css
<style>
a { background-color: #C96355; }
a { background-color: rgb(201,99,85); }
div.DivClassName
{
background-color: #C96355;
}
.BgClassName
{
background-color: #C96355;
}
</style>
border-color css
<style>
span { border-color: #C96355; }
span { border-color: rgb(201,99,85); }
td.TdClassName
{
border-color: #C96355;
}
.TagClassName
{
border-color: #C96355;
}
</style>