Shades of Sunset #C7524B
Tints of Sunset #C7524B
RGB
CMYK
RGB Variations
Color information
#C7524B (or 0xC7524B) is known color: Sunset. HEX triplet: C7, 52 and 4B. RGB value is (199,82,75). Sum of RGB (Red+Green+Blue) = 199+82+75=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7524B is #38ADB4. Grayscale: #747474. Windows color (decimal): -3714485 or 4936391. OLE color: 4936391.
HSL color Cylindrical-coordinate representation of color #C7524B: hue angle of 3.39º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7524B is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 75 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.22 |
| HSL | 3.39º | 0.53% | 0.54% | - |
| HSV(B) | 3.39º | 0.62% | 0.78% | - |
| XYZ | 27.84 | 18.68 | 8.8 | - |
| YUV | 116.19 | 104.76 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 75 | 0 | 0.59 | 0.62 | 0.22 | 3.39 | 0.53 | 0.54 |
| Hex | C7 | 52 | 4B | 0 | 3B | 3E | 16 | 3 | 35 | 36 |
| Octal | 307 | 122 | 113 | 0 | 73 | 76 | 26 | 3 | 65 | 66 |
| Binary | 11000111 | 1010010 | 1001011 | 0 | 111011 | 111110 | 10110 | 11 | 110101 | 110110 |
Color Harmonies of #C7524B
Complementary color
Monochromatic Colors of #C7524B
Black with #C7524B
Text Example
Text Example
White with #C7524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7524B; }
p { color: rgb(199,82,75); }
H1.HeaderClassName
{
color: #C7524B;
}
.AnyTagClassName
{
color: #C7524B;
}
</style>
background-color css
<style>
a { background-color: #C7524B; }
a { background-color: rgb(199,82,75); }
div.DivClassName
{
background-color: #C7524B;
}
.BgClassName
{
background-color: #C7524B;
}
</style>
border-color css
<style>
span { border-color: #C7524B; }
span { border-color: rgb(199,82,75); }
td.TdClassName
{
border-color: #C7524B;
}
.TagClassName
{
border-color: #C7524B;
}
</style>