Shades of Sunset #C6544A
Tints of Sunset #C6544A
RGB
CMYK
RGB Variations
Color information
#C6544A (or 0xC6544A) is known color: Sunset. HEX triplet: C6, 54 and 4A. RGB value is (198,84,74). Sum of RGB (Red+Green+Blue) = 198+84+74=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6544A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6544A is #39ABB5. Grayscale: #757575. Windows color (decimal): -3779510 or 4871366. OLE color: 4871366.
HSL color Cylindrical-coordinate representation of color #C6544A: hue angle of 4.84º 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 #C6544A is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 74 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.22 |
| HSL | 4.84º | 0.52% | 0.53% | - |
| HSV(B) | 4.84º | 0.63% | 0.78% | - |
| XYZ | 27.7 | 18.84 | 8.66 | - |
| YUV | 116.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 74 | 0 | 0.58 | 0.63 | 0.22 | 4.84 | 0.52 | 0.53 |
| Hex | C6 | 54 | 4A | 0 | 3A | 3F | 16 | 5 | 34 | 35 |
| Octal | 306 | 124 | 112 | 0 | 72 | 77 | 26 | 5 | 64 | 65 |
| Binary | 11000110 | 1010100 | 1001010 | 0 | 111010 | 111111 | 10110 | 101 | 110100 | 110101 |
Color Harmonies of #C6544A
Complementary color
Monochromatic Colors of #C6544A
Black with #C6544A
Text Example
Text Example
White with #C6544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6544A; }
p { color: rgb(198,84,74); }
H1.HeaderClassName
{
color: #C6544A;
}
.AnyTagClassName
{
color: #C6544A;
}
</style>
background-color css
<style>
a { background-color: #C6544A; }
a { background-color: rgb(198,84,74); }
div.DivClassName
{
background-color: #C6544A;
}
.BgClassName
{
background-color: #C6544A;
}
</style>
border-color css
<style>
span { border-color: #C6544A; }
span { border-color: rgb(198,84,74); }
td.TdClassName
{
border-color: #C6544A;
}
.TagClassName
{
border-color: #C6544A;
}
</style>