Shades of Sunset #C0524B
Tints of Sunset #C0524B
RGB
CMYK
RGB Variations
Color information
#C0524B (or 0xC0524B) is known color: Sunset. HEX triplet: C0, 52 and 4B. RGB value is (192,82,75). Sum of RGB (Red+Green+Blue) = 192+82+75=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0524B is #3FADB4. Grayscale: #727272. Windows color (decimal): -4173237 or 4936384. OLE color: 4936384.
HSL color Cylindrical-coordinate representation of color #C0524B: hue angle of 3.59º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0524B is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 75 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.25 |
| HSL | 3.59º | 0.48% | 0.52% | - |
| HSV(B) | 3.59º | 0.61% | 0.75% | - |
| XYZ | 26.03 | 17.75 | 8.71 | - |
| YUV | 114.09 | 105.94 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 75 | 0 | 0.57 | 0.61 | 0.25 | 3.59 | 0.48 | 0.52 |
| Hex | C0 | 52 | 4B | 0 | 39 | 3D | 19 | 4 | 30 | 34 |
| Octal | 300 | 122 | 113 | 0 | 71 | 75 | 31 | 4 | 60 | 64 |
| Binary | 11000000 | 1010010 | 1001011 | 0 | 111001 | 111101 | 11001 | 100 | 110000 | 110100 |
Color Harmonies of #C0524B
Complementary color
Monochromatic Colors of #C0524B
Black with #C0524B
Text Example
Text Example
White with #C0524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0524B; }
p { color: rgb(192,82,75); }
H1.HeaderClassName
{
color: #C0524B;
}
.AnyTagClassName
{
color: #C0524B;
}
</style>
background-color css
<style>
a { background-color: #C0524B; }
a { background-color: rgb(192,82,75); }
div.DivClassName
{
background-color: #C0524B;
}
.BgClassName
{
background-color: #C0524B;
}
</style>
border-color css
<style>
span { border-color: #C0524B; }
span { border-color: rgb(192,82,75); }
td.TdClassName
{
border-color: #C0524B;
}
.TagClassName
{
border-color: #C0524B;
}
</style>