Shades of Sunset #C4524D
Tints of Sunset #C4524D
RGB
CMYK
RGB Variations
Color information
#C4524D (or 0xC4524D) is known color: Sunset. HEX triplet: C4, 52 and 4D. RGB value is (196,82,77). Sum of RGB (Red+Green+Blue) = 196+82+77=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4524D is #3BADB2. Grayscale: #737373. Windows color (decimal): -3911091 or 5067460. OLE color: 5067460.
HSL color Cylindrical-coordinate representation of color #C4524D: hue angle of 2.52º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4524D is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 77 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.23 |
| HSL | 2.52º | 0.5% | 0.54% | - |
| HSV(B) | 2.52º | 0.61% | 0.77% | - |
| XYZ | 27.12 | 18.31 | 9.13 | - |
| YUV | 115.52 | 106.27 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 77 | 0 | 0.58 | 0.61 | 0.23 | 2.52 | 0.5 | 0.54 |
| Hex | C4 | 52 | 4D | 0 | 3A | 3D | 17 | 3 | 32 | 36 |
| Octal | 304 | 122 | 115 | 0 | 72 | 75 | 27 | 3 | 62 | 66 |
| Binary | 11000100 | 1010010 | 1001101 | 0 | 111010 | 111101 | 10111 | 11 | 110010 | 110110 |
Color Harmonies of #C4524D
Complementary color
Monochromatic Colors of #C4524D
Black with #C4524D
Text Example
Text Example
White with #C4524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4524D; }
p { color: rgb(196,82,77); }
H1.HeaderClassName
{
color: #C4524D;
}
.AnyTagClassName
{
color: #C4524D;
}
</style>
background-color css
<style>
a { background-color: #C4524D; }
a { background-color: rgb(196,82,77); }
div.DivClassName
{
background-color: #C4524D;
}
.BgClassName
{
background-color: #C4524D;
}
</style>
border-color css
<style>
span { border-color: #C4524D; }
span { border-color: rgb(196,82,77); }
td.TdClassName
{
border-color: #C4524D;
}
.TagClassName
{
border-color: #C4524D;
}
</style>