Shades of Sunglo #C9644D
Tints of Sunglo #C9644D
RGB
CMYK
RGB Variations
Color information
#C9644D (or 0xC9644D) is known color: Sunglo. HEX triplet: C9, 64 and 4D. RGB value is (201,100,77). Sum of RGB (Red+Green+Blue) = 201+100+77=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9644D is #369BB2. Grayscale: #7F7F7F. Windows color (decimal): -3578803 or 5072073. OLE color: 5072073.
HSL color Cylindrical-coordinate representation of color #C9644D: hue angle of 11.13º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9644D is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 77 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.21 |
| HSL | 11.13º | 0.53% | 0.55% | - |
| HSV(B) | 11.13º | 0.62% | 0.79% | - |
| XYZ | 29.98 | 22.07 | 9.7 | - |
| YUV | 127.58 | 99.46 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 77 | 0 | 0.50 | 0.62 | 0.21 | 11.13 | 0.53 | 0.55 |
| Hex | C9 | 64 | 4D | 0 | 32 | 3E | 15 | B | 35 | 37 |
| Octal | 311 | 144 | 115 | 0 | 62 | 76 | 25 | 13 | 65 | 67 |
| Binary | 11001001 | 1100100 | 1001101 | 0 | 110010 | 111110 | 10101 | 1011 | 110101 | 110111 |
Color Harmonies of #C9644D
Complementary color
Monochromatic Colors of #C9644D
Black with #C9644D
Text Example
Text Example
White with #C9644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9644D; }
p { color: rgb(201,100,77); }
H1.HeaderClassName
{
color: #C9644D;
}
.AnyTagClassName
{
color: #C9644D;
}
</style>
background-color css
<style>
a { background-color: #C9644D; }
a { background-color: rgb(201,100,77); }
div.DivClassName
{
background-color: #C9644D;
}
.BgClassName
{
background-color: #C9644D;
}
</style>
border-color css
<style>
span { border-color: #C9644D; }
span { border-color: rgb(201,100,77); }
td.TdClassName
{
border-color: #C9644D;
}
.TagClassName
{
border-color: #C9644D;
}
</style>