Shades of Sunset #C5524B
Tints of Sunset #C5524B
RGB
CMYK
RGB Variations
Color information
#C5524B (or 0xC5524B) is known color: Sunset. HEX triplet: C5, 52 and 4B. RGB value is (197,82,75). Sum of RGB (Red+Green+Blue) = 197+82+75=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5524B is #3AADB4. Grayscale: #737373. Windows color (decimal): -3845557 or 4936389. OLE color: 4936389.
HSL color Cylindrical-coordinate representation of color #C5524B: hue angle of 3.44º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5524B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 75 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.23 |
| HSL | 3.44º | 0.51% | 0.53% | - |
| HSV(B) | 3.44º | 0.62% | 0.77% | - |
| XYZ | 27.31 | 18.41 | 8.77 | - |
| YUV | 115.59 | 105.1 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 75 | 0 | 0.58 | 0.62 | 0.23 | 3.44 | 0.51 | 0.53 |
| Hex | C5 | 52 | 4B | 0 | 3A | 3E | 17 | 3 | 33 | 35 |
| Octal | 305 | 122 | 113 | 0 | 72 | 76 | 27 | 3 | 63 | 65 |
| Binary | 11000101 | 1010010 | 1001011 | 0 | 111010 | 111110 | 10111 | 11 | 110011 | 110101 |
Color Harmonies of #C5524B
Complementary color
Monochromatic Colors of #C5524B
Black with #C5524B
Text Example
Text Example
White with #C5524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5524B; }
p { color: rgb(197,82,75); }
H1.HeaderClassName
{
color: #C5524B;
}
.AnyTagClassName
{
color: #C5524B;
}
</style>
background-color css
<style>
a { background-color: #C5524B; }
a { background-color: rgb(197,82,75); }
div.DivClassName
{
background-color: #C5524B;
}
.BgClassName
{
background-color: #C5524B;
}
</style>
border-color css
<style>
span { border-color: #C5524B; }
span { border-color: rgb(197,82,75); }
td.TdClassName
{
border-color: #C5524B;
}
.TagClassName
{
border-color: #C5524B;
}
</style>