Shades of Sunset #C3524B
Tints of Sunset #C3524B
RGB
CMYK
RGB Variations
Color information
#C3524B (or 0xC3524B) is known color: Sunset. HEX triplet: C3, 52 and 4B. RGB value is (195,82,75). Sum of RGB (Red+Green+Blue) = 195+82+75=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3524B is #3CADB4. Grayscale: #737373. Windows color (decimal): -3976629 or 4936387. OLE color: 4936387.
HSL color Cylindrical-coordinate representation of color #C3524B: hue angle of 3.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3524B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 75 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.24 |
| HSL | 3.5º | 0.5% | 0.53% | - |
| HSV(B) | 3.5º | 0.62% | 0.76% | - |
| XYZ | 26.79 | 18.14 | 8.75 | - |
| YUV | 114.99 | 105.44 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 75 | 0 | 0.58 | 0.62 | 0.24 | 3.5 | 0.5 | 0.53 |
| Hex | C3 | 52 | 4B | 0 | 3A | 3E | 18 | 4 | 32 | 35 |
| Octal | 303 | 122 | 113 | 0 | 72 | 76 | 30 | 4 | 62 | 65 |
| Binary | 11000011 | 1010010 | 1001011 | 0 | 111010 | 111110 | 11000 | 100 | 110010 | 110101 |
Color Harmonies of #C3524B
Complementary color
Monochromatic Colors of #C3524B
Black with #C3524B
Text Example
Text Example
White with #C3524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3524B; }
p { color: rgb(195,82,75); }
H1.HeaderClassName
{
color: #C3524B;
}
.AnyTagClassName
{
color: #C3524B;
}
</style>
background-color css
<style>
a { background-color: #C3524B; }
a { background-color: rgb(195,82,75); }
div.DivClassName
{
background-color: #C3524B;
}
.BgClassName
{
background-color: #C3524B;
}
</style>
border-color css
<style>
span { border-color: #C3524B; }
span { border-color: rgb(195,82,75); }
td.TdClassName
{
border-color: #C3524B;
}
.TagClassName
{
border-color: #C3524B;
}
</style>