Shades of Sunglo #C9604D
Tints of Sunglo #C9604D
RGB
CMYK
RGB Variations
Color information
#C9604D (or 0xC9604D) is known color: Sunglo. HEX triplet: C9, 60 and 4D. RGB value is (201,96,77). Sum of RGB (Red+Green+Blue) = 201+96+77=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9604D is #369FB2. Grayscale: #7D7D7D. Windows color (decimal): -3579827 or 5071049. OLE color: 5071049.
HSL color Cylindrical-coordinate representation of color #C9604D: hue angle of 9.19º 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 #C9604D is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 77 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.21 |
| HSL | 9.19º | 0.53% | 0.55% | - |
| HSV(B) | 9.19º | 0.62% | 0.79% | - |
| XYZ | 29.61 | 21.32 | 9.58 | - |
| YUV | 125.23 | 100.79 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 77 | 0 | 0.52 | 0.62 | 0.21 | 9.19 | 0.53 | 0.55 |
| Hex | C9 | 60 | 4D | 0 | 34 | 3E | 15 | 9 | 35 | 37 |
| Octal | 311 | 140 | 115 | 0 | 64 | 76 | 25 | 11 | 65 | 67 |
| Binary | 11001001 | 1100000 | 1001101 | 0 | 110100 | 111110 | 10101 | 1001 | 110101 | 110111 |
Color Harmonies of #C9604D
Complementary color
Monochromatic Colors of #C9604D
Black with #C9604D
Text Example
Text Example
White with #C9604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9604D; }
p { color: rgb(201,96,77); }
H1.HeaderClassName
{
color: #C9604D;
}
.AnyTagClassName
{
color: #C9604D;
}
</style>
background-color css
<style>
a { background-color: #C9604D; }
a { background-color: rgb(201,96,77); }
div.DivClassName
{
background-color: #C9604D;
}
.BgClassName
{
background-color: #C9604D;
}
</style>
border-color css
<style>
span { border-color: #C9604D; }
span { border-color: rgb(201,96,77); }
td.TdClassName
{
border-color: #C9604D;
}
.TagClassName
{
border-color: #C9604D;
}
</style>