Shades of Sunset #C4524C
Tints of Sunset #C4524C
RGB
CMYK
RGB Variations
Color information
#C4524C (or 0xC4524C) is known color: Sunset. HEX triplet: C4, 52 and 4C. RGB value is (196,82,76). Sum of RGB (Red+Green+Blue) = 196+82+76=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4524C is #3BADB3. Grayscale: #737373. Windows color (decimal): -3911092 or 5001924. OLE color: 5001924.
HSL color Cylindrical-coordinate representation of color #C4524C: hue angle of 3º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4524C is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 76 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.23 |
| HSL | 3º | 0.5% | 0.53% | - |
| HSV(B) | 3º | 0.61% | 0.77% | - |
| XYZ | 27.09 | 18.29 | 8.94 | - |
| YUV | 115.4 | 105.77 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 76 | 0 | 0.58 | 0.61 | 0.23 | 3 | 0.5 | 0.53 |
| Hex | C4 | 52 | 4C | 0 | 3A | 3D | 17 | 3 | 32 | 35 |
| Octal | 304 | 122 | 114 | 0 | 72 | 75 | 27 | 3 | 62 | 65 |
| Binary | 11000100 | 1010010 | 1001100 | 0 | 111010 | 111101 | 10111 | 11 | 110010 | 110101 |
Color Harmonies of #C4524C
Complementary color
Monochromatic Colors of #C4524C
Black with #C4524C
Text Example
Text Example
White with #C4524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4524C; }
p { color: rgb(196,82,76); }
H1.HeaderClassName
{
color: #C4524C;
}
.AnyTagClassName
{
color: #C4524C;
}
</style>
background-color css
<style>
a { background-color: #C4524C; }
a { background-color: rgb(196,82,76); }
div.DivClassName
{
background-color: #C4524C;
}
.BgClassName
{
background-color: #C4524C;
}
</style>
border-color css
<style>
span { border-color: #C4524C; }
span { border-color: rgb(196,82,76); }
td.TdClassName
{
border-color: #C4524C;
}
.TagClassName
{
border-color: #C4524C;
}
</style>