Shades of Sunset #C2524B
Tints of Sunset #C2524B
RGB
CMYK
RGB Variations
Color information
#C2524B (or 0xC2524B) is known color: Sunset. HEX triplet: C2, 52 and 4B. RGB value is (194,82,75). Sum of RGB (Red+Green+Blue) = 194+82+75=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2524B is #3DADB4. Grayscale: #727272. Windows color (decimal): -4042165 or 4936386. OLE color: 4936386.
HSL color Cylindrical-coordinate representation of color #C2524B: hue angle of 3.53º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2524B is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 75 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.24 |
| HSL | 3.53º | 0.49% | 0.53% | - |
| HSV(B) | 3.53º | 0.61% | 0.76% | - |
| XYZ | 26.54 | 18.01 | 8.73 | - |
| YUV | 114.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 75 | 0 | 0.58 | 0.61 | 0.24 | 3.53 | 0.49 | 0.53 |
| Hex | C2 | 52 | 4B | 0 | 3A | 3D | 18 | 4 | 31 | 35 |
| Octal | 302 | 122 | 113 | 0 | 72 | 75 | 30 | 4 | 61 | 65 |
| Binary | 11000010 | 1010010 | 1001011 | 0 | 111010 | 111101 | 11000 | 100 | 110001 | 110101 |
Color Harmonies of #C2524B
Complementary color
Monochromatic Colors of #C2524B
Black with #C2524B
Text Example
Text Example
White with #C2524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2524B; }
p { color: rgb(194,82,75); }
H1.HeaderClassName
{
color: #C2524B;
}
.AnyTagClassName
{
color: #C2524B;
}
</style>
background-color css
<style>
a { background-color: #C2524B; }
a { background-color: rgb(194,82,75); }
div.DivClassName
{
background-color: #C2524B;
}
.BgClassName
{
background-color: #C2524B;
}
</style>
border-color css
<style>
span { border-color: #C2524B; }
span { border-color: rgb(194,82,75); }
td.TdClassName
{
border-color: #C2524B;
}
.TagClassName
{
border-color: #C2524B;
}
</style>