Shades of Sunglo #C9644F
Tints of Sunglo #C9644F
RGB
CMYK
RGB Variations
Color information
#C9644F (or 0xC9644F) is known color: Sunglo. HEX triplet: C9, 64 and 4F. RGB value is (201,100,79). Sum of RGB (Red+Green+Blue) = 201+100+79=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9644F is #369BB0. Grayscale: #7F7F7F. Windows color (decimal): -3578801 or 5203145. OLE color: 5203145.
HSL color Cylindrical-coordinate representation of color #C9644F: hue angle of 10.33º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9644F is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 79 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.21 |
| HSL | 10.33º | 0.53% | 0.55% | - |
| HSV(B) | 10.33º | 0.61% | 0.79% | - |
| XYZ | 30.06 | 22.1 | 10.08 | - |
| YUV | 127.81 | 100.46 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 79 | 0 | 0.50 | 0.61 | 0.21 | 10.33 | 0.53 | 0.55 |
| Hex | C9 | 64 | 4F | 0 | 32 | 3D | 15 | A | 35 | 37 |
| Octal | 311 | 144 | 117 | 0 | 62 | 75 | 25 | 12 | 65 | 67 |
| Binary | 11001001 | 1100100 | 1001111 | 0 | 110010 | 111101 | 10101 | 1010 | 110101 | 110111 |
Color Harmonies of #C9644F
Complementary color
Monochromatic Colors of #C9644F
Black with #C9644F
Text Example
Text Example
White with #C9644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9644F; }
p { color: rgb(201,100,79); }
H1.HeaderClassName
{
color: #C9644F;
}
.AnyTagClassName
{
color: #C9644F;
}
</style>
background-color css
<style>
a { background-color: #C9644F; }
a { background-color: rgb(201,100,79); }
div.DivClassName
{
background-color: #C9644F;
}
.BgClassName
{
background-color: #C9644F;
}
</style>
border-color css
<style>
span { border-color: #C9644F; }
span { border-color: rgb(201,100,79); }
td.TdClassName
{
border-color: #C9644F;
}
.TagClassName
{
border-color: #C9644F;
}
</style>