Shades of Sunset #C9524D
Tints of Sunset #C9524D
RGB
CMYK
RGB Variations
Color information
#C9524D (or 0xC9524D) is known color: Sunset. HEX triplet: C9, 52 and 4D. RGB value is (201,82,77). Sum of RGB (Red+Green+Blue) = 201+82+77=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C9524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9524D is #36ADB2. Grayscale: #757575. Windows color (decimal): -3583411 or 5067465. OLE color: 5067465.
HSL color Cylindrical-coordinate representation of color #C9524D: hue angle of 2.42º 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 #C9524D is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 77 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.21 |
| HSL | 2.42º | 0.53% | 0.55% | - |
| HSV(B) | 2.42º | 0.62% | 0.79% | - |
| XYZ | 28.44 | 18.99 | 9.19 | - |
| YUV | 117.01 | 105.42 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 77 | 0 | 0.59 | 0.62 | 0.21 | 2.42 | 0.53 | 0.55 |
| Hex | C9 | 52 | 4D | 0 | 3B | 3E | 15 | 2 | 35 | 37 |
| Octal | 311 | 122 | 115 | 0 | 73 | 76 | 25 | 2 | 65 | 67 |
| Binary | 11001001 | 1010010 | 1001101 | 0 | 111011 | 111110 | 10101 | 10 | 110101 | 110111 |
Color Harmonies of #C9524D
Complementary color
Monochromatic Colors of #C9524D
Black with #C9524D
Text Example
Text Example
White with #C9524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9524D; }
p { color: rgb(201,82,77); }
H1.HeaderClassName
{
color: #C9524D;
}
.AnyTagClassName
{
color: #C9524D;
}
</style>
background-color css
<style>
a { background-color: #C9524D; }
a { background-color: rgb(201,82,77); }
div.DivClassName
{
background-color: #C9524D;
}
.BgClassName
{
background-color: #C9524D;
}
</style>
border-color css
<style>
span { border-color: #C9524D; }
span { border-color: rgb(201,82,77); }
td.TdClassName
{
border-color: #C9524D;
}
.TagClassName
{
border-color: #C9524D;
}
</style>