Shades of Sunglo #C9635A
Tints of Sunglo #C9635A
RGB
CMYK
RGB Variations
Color information
#C9635A (or 0xC9635A) is known color: Sunglo. HEX triplet: C9, 63 and 5A. RGB value is (201,99,90). Sum of RGB (Red+Green+Blue) = 201+99+90=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9635A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9635A is #369CA5. Grayscale: #808080. Windows color (decimal): -3579046 or 5923785. OLE color: 5923785.
HSL color Cylindrical-coordinate representation of color #C9635A: hue angle of 4.86º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9635A is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 90 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.21 |
| HSL | 4.86º | 0.51% | 0.57% | - |
| HSV(B) | 4.86º | 0.55% | 0.79% | - |
| XYZ | 30.39 | 22.08 | 12.33 | - |
| YUV | 128.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 90 | 0 | 0.51 | 0.55 | 0.21 | 4.86 | 0.51 | 0.57 |
| Hex | C9 | 63 | 5A | 0 | 33 | 37 | 15 | 5 | 33 | 39 |
| Octal | 311 | 143 | 132 | 0 | 63 | 67 | 25 | 5 | 63 | 71 |
| Binary | 11001001 | 1100011 | 1011010 | 0 | 110011 | 110111 | 10101 | 101 | 110011 | 111001 |
Color Harmonies of #C9635A
Complementary color
Monochromatic Colors of #C9635A
Black with #C9635A
Text Example
Text Example
White with #C9635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9635A; }
p { color: rgb(201,99,90); }
H1.HeaderClassName
{
color: #C9635A;
}
.AnyTagClassName
{
color: #C9635A;
}
</style>
background-color css
<style>
a { background-color: #C9635A; }
a { background-color: rgb(201,99,90); }
div.DivClassName
{
background-color: #C9635A;
}
.BgClassName
{
background-color: #C9635A;
}
</style>
border-color css
<style>
span { border-color: #C9635A; }
span { border-color: rgb(201,99,90); }
td.TdClassName
{
border-color: #C9635A;
}
.TagClassName
{
border-color: #C9635A;
}
</style>