Shades of Sunglo #C9594F
Tints of Sunglo #C9594F
RGB
CMYK
RGB Variations
Color information
#C9594F (or 0xC9594F) is known color: Sunglo. HEX triplet: C9, 59 and 4F. RGB value is (201,89,79). Sum of RGB (Red+Green+Blue) = 201+89+79=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C9594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9594F is #36A6B0. Grayscale: #797979. Windows color (decimal): -3581617 or 5200329. OLE color: 5200329.
HSL color Cylindrical-coordinate representation of color #C9594F: hue angle of 4.92º 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 #C9594F is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 79 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.21 |
| HSL | 4.92º | 0.53% | 0.55% | - |
| HSV(B) | 4.92º | 0.61% | 0.79% | - |
| XYZ | 29.07 | 20.13 | 9.75 | - |
| YUV | 121.35 | 104.11 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 79 | 0 | 0.56 | 0.61 | 0.21 | 4.92 | 0.53 | 0.55 |
| Hex | C9 | 59 | 4F | 0 | 38 | 3D | 15 | 5 | 35 | 37 |
| Octal | 311 | 131 | 117 | 0 | 70 | 75 | 25 | 5 | 65 | 67 |
| Binary | 11001001 | 1011001 | 1001111 | 0 | 111000 | 111101 | 10101 | 101 | 110101 | 110111 |
Color Harmonies of #C9594F
Complementary color
Monochromatic Colors of #C9594F
Black with #C9594F
Text Example
Text Example
White with #C9594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9594F; }
p { color: rgb(201,89,79); }
H1.HeaderClassName
{
color: #C9594F;
}
.AnyTagClassName
{
color: #C9594F;
}
</style>
background-color css
<style>
a { background-color: #C9594F; }
a { background-color: rgb(201,89,79); }
div.DivClassName
{
background-color: #C9594F;
}
.BgClassName
{
background-color: #C9594F;
}
</style>
border-color css
<style>
span { border-color: #C9594F; }
span { border-color: rgb(201,89,79); }
td.TdClassName
{
border-color: #C9594F;
}
.TagClassName
{
border-color: #C9594F;
}
</style>