Shades of Sunset #C9554A
Tints of Sunset #C9554A
RGB
CMYK
RGB Variations
Color information
#C9554A (or 0xC9554A) is known color: Sunset. HEX triplet: C9, 55 and 4A. RGB value is (201,85,74). Sum of RGB (Red+Green+Blue) = 201+85+74=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C9554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9554A is #36AAB5. Grayscale: #767676. Windows color (decimal): -3582646 or 4871625. OLE color: 4871625.
HSL color Cylindrical-coordinate representation of color #C9554A: hue angle of 5.2º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9554A is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 74 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.21 |
| HSL | 5.2º | 0.54% | 0.54% | - |
| HSV(B) | 5.2º | 0.63% | 0.79% | - |
| XYZ | 28.57 | 19.41 | 8.72 | - |
| YUV | 118.43 | 102.93 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 74 | 0 | 0.58 | 0.63 | 0.21 | 5.2 | 0.54 | 0.54 |
| Hex | C9 | 55 | 4A | 0 | 3A | 3F | 15 | 5 | 36 | 36 |
| Octal | 311 | 125 | 112 | 0 | 72 | 77 | 25 | 5 | 66 | 66 |
| Binary | 11001001 | 1010101 | 1001010 | 0 | 111010 | 111111 | 10101 | 101 | 110110 | 110110 |
Color Harmonies of #C9554A
Complementary color
Monochromatic Colors of #C9554A
Black with #C9554A
Text Example
Text Example
White with #C9554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9554A; }
p { color: rgb(201,85,74); }
H1.HeaderClassName
{
color: #C9554A;
}
.AnyTagClassName
{
color: #C9554A;
}
</style>
background-color css
<style>
a { background-color: #C9554A; }
a { background-color: rgb(201,85,74); }
div.DivClassName
{
background-color: #C9554A;
}
.BgClassName
{
background-color: #C9554A;
}
</style>
border-color css
<style>
span { border-color: #C9554A; }
span { border-color: rgb(201,85,74); }
td.TdClassName
{
border-color: #C9554A;
}
.TagClassName
{
border-color: #C9554A;
}
</style>