Shades of Sunglo #C9644C
Tints of Sunglo #C9644C
RGB
CMYK
RGB Variations
Color information
#C9644C (or 0xC9644C) is known color: Sunglo. HEX triplet: C9, 64 and 4C. RGB value is (201,100,76). Sum of RGB (Red+Green+Blue) = 201+100+76=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9644C is #369BB3. Grayscale: #7F7F7F. Windows color (decimal): -3578804 or 5006537. OLE color: 5006537.
HSL color Cylindrical-coordinate representation of color #C9644C: hue angle of 11.52º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9644C is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 76 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.21 |
| HSL | 11.52º | 0.54% | 0.54% | - |
| HSV(B) | 11.52º | 0.62% | 0.79% | - |
| XYZ | 29.95 | 22.05 | 9.52 | - |
| YUV | 127.46 | 98.96 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 76 | 0 | 0.50 | 0.62 | 0.21 | 11.52 | 0.54 | 0.54 |
| Hex | C9 | 64 | 4C | 0 | 32 | 3E | 15 | C | 36 | 36 |
| Octal | 311 | 144 | 114 | 0 | 62 | 76 | 25 | 14 | 66 | 66 |
| Binary | 11001001 | 1100100 | 1001100 | 0 | 110010 | 111110 | 10101 | 1100 | 110110 | 110110 |
Color Harmonies of #C9644C
Complementary color
Monochromatic Colors of #C9644C
Black with #C9644C
Text Example
Text Example
White with #C9644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9644C; }
p { color: rgb(201,100,76); }
H1.HeaderClassName
{
color: #C9644C;
}
.AnyTagClassName
{
color: #C9644C;
}
</style>
background-color css
<style>
a { background-color: #C9644C; }
a { background-color: rgb(201,100,76); }
div.DivClassName
{
background-color: #C9644C;
}
.BgClassName
{
background-color: #C9644C;
}
</style>
border-color css
<style>
span { border-color: #C9644C; }
span { border-color: rgb(201,100,76); }
td.TdClassName
{
border-color: #C9644C;
}
.TagClassName
{
border-color: #C9644C;
}
</style>