Shades of Sunset #C3524E
Tints of Sunset #C3524E
RGB
CMYK
RGB Variations
Color information
#C3524E (or 0xC3524E) is known color: Sunset. HEX triplet: C3, 52 and 4E. RGB value is (195,82,78). Sum of RGB (Red+Green+Blue) = 195+82+78=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3524E is #3CADB1. Grayscale: #737373. Windows color (decimal): -3976626 or 5132995. OLE color: 5132995.
HSL color Cylindrical-coordinate representation of color #C3524E: hue angle of 2.05º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3524E is Cyan = 0, Magento = 0.58, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 78 | - |
| CMYK | 0 | 0.58 | 0.6 | 0.24 |
| HSL | 2.05º | 0.49% | 0.54% | - |
| HSV(B) | 2.05º | 0.6% | 0.76% | - |
| XYZ | 26.9 | 18.19 | 9.3 | - |
| YUV | 115.33 | 106.94 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 78 | 0 | 0.58 | 0.6 | 0.24 | 2.05 | 0.49 | 0.54 |
| Hex | C3 | 52 | 4E | 0 | 3A | 3C | 18 | 2 | 31 | 36 |
| Octal | 303 | 122 | 116 | 0 | 72 | 74 | 30 | 2 | 61 | 66 |
| Binary | 11000011 | 1010010 | 1001110 | 0 | 111010 | 111100 | 11000 | 10 | 110001 | 110110 |
Color Harmonies of #C3524E
Complementary color
Monochromatic Colors of #C3524E
Black with #C3524E
Text Example
Text Example
White with #C3524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3524E; }
p { color: rgb(195,82,78); }
H1.HeaderClassName
{
color: #C3524E;
}
.AnyTagClassName
{
color: #C3524E;
}
</style>
background-color css
<style>
a { background-color: #C3524E; }
a { background-color: rgb(195,82,78); }
div.DivClassName
{
background-color: #C3524E;
}
.BgClassName
{
background-color: #C3524E;
}
</style>
border-color css
<style>
span { border-color: #C3524E; }
span { border-color: rgb(195,82,78); }
td.TdClassName
{
border-color: #C3524E;
}
.TagClassName
{
border-color: #C3524E;
}
</style>