Shades of Sunset #C6524A
Tints of Sunset #C6524A
RGB
CMYK
RGB Variations
Color information
#C6524A (or 0xC6524A) is known color: Sunset. HEX triplet: C6, 52 and 4A. RGB value is (198,82,74). Sum of RGB (Red+Green+Blue) = 198+82+74=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6524A is #39ADB5. Grayscale: #737373. Windows color (decimal): -3780022 or 4870854. OLE color: 4870854.
HSL color Cylindrical-coordinate representation of color #C6524A: hue angle of 3.87º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6524A is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 74 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.22 |
| HSL | 3.87º | 0.52% | 0.53% | - |
| HSV(B) | 3.87º | 0.63% | 0.78% | - |
| XYZ | 27.54 | 18.53 | 8.6 | - |
| YUV | 115.77 | 104.43 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 74 | 0 | 0.59 | 0.63 | 0.22 | 3.87 | 0.52 | 0.53 |
| Hex | C6 | 52 | 4A | 0 | 3B | 3F | 16 | 4 | 34 | 35 |
| Octal | 306 | 122 | 112 | 0 | 73 | 77 | 26 | 4 | 64 | 65 |
| Binary | 11000110 | 1010010 | 1001010 | 0 | 111011 | 111111 | 10110 | 100 | 110100 | 110101 |
Color Harmonies of #C6524A
Complementary color
Monochromatic Colors of #C6524A
Black with #C6524A
Text Example
Text Example
White with #C6524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6524A; }
p { color: rgb(198,82,74); }
H1.HeaderClassName
{
color: #C6524A;
}
.AnyTagClassName
{
color: #C6524A;
}
</style>
background-color css
<style>
a { background-color: #C6524A; }
a { background-color: rgb(198,82,74); }
div.DivClassName
{
background-color: #C6524A;
}
.BgClassName
{
background-color: #C6524A;
}
</style>
border-color css
<style>
span { border-color: #C6524A; }
span { border-color: rgb(198,82,74); }
td.TdClassName
{
border-color: #C6524A;
}
.TagClassName
{
border-color: #C6524A;
}
</style>