Shades of Sunset #C6544C
Tints of Sunset #C6544C
RGB
CMYK
RGB Variations
Color information
#C6544C (or 0xC6544C) is known color: Sunset. HEX triplet: C6, 54 and 4C. RGB value is (198,84,76). Sum of RGB (Red+Green+Blue) = 198+84+76=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C6544C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6544C is #39ABB3. Grayscale: #757575. Windows color (decimal): -3779508 or 5002438. OLE color: 5002438.
HSL color Cylindrical-coordinate representation of color #C6544C: hue angle of 3.93º degrees, saturation: 0.52, 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 #C6544C is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 76 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.22 |
| HSL | 3.93º | 0.52% | 0.54% | - |
| HSV(B) | 3.93º | 0.62% | 0.78% | - |
| XYZ | 27.76 | 18.87 | 9.02 | - |
| YUV | 117.17 | 104.77 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 76 | 0 | 0.58 | 0.62 | 0.22 | 3.93 | 0.52 | 0.54 |
| Hex | C6 | 54 | 4C | 0 | 3A | 3E | 16 | 4 | 34 | 36 |
| Octal | 306 | 124 | 114 | 0 | 72 | 76 | 26 | 4 | 64 | 66 |
| Binary | 11000110 | 1010100 | 1001100 | 0 | 111010 | 111110 | 10110 | 100 | 110100 | 110110 |
Color Harmonies of #C6544C
Complementary color
Monochromatic Colors of #C6544C
Black with #C6544C
Text Example
Text Example
White with #C6544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6544C; }
p { color: rgb(198,84,76); }
H1.HeaderClassName
{
color: #C6544C;
}
.AnyTagClassName
{
color: #C6544C;
}
</style>
background-color css
<style>
a { background-color: #C6544C; }
a { background-color: rgb(198,84,76); }
div.DivClassName
{
background-color: #C6544C;
}
.BgClassName
{
background-color: #C6544C;
}
</style>
border-color css
<style>
span { border-color: #C6544C; }
span { border-color: rgb(198,84,76); }
td.TdClassName
{
border-color: #C6544C;
}
.TagClassName
{
border-color: #C6544C;
}
</style>