Shades of Sunset #C6514C
Tints of Sunset #C6514C
RGB
CMYK
RGB Variations
Color information
#C6514C (or 0xC6514C) is known color: Sunset. HEX triplet: C6, 51 and 4C. RGB value is (198,81,76). Sum of RGB (Red+Green+Blue) = 198+81+76=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C6514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6514C is #39AEB3. Grayscale: #737373. Windows color (decimal): -3780276 or 5001670. OLE color: 5001670.
HSL color Cylindrical-coordinate representation of color #C6514C: hue angle of 2.46º 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 #C6514C is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 76 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.22 |
| HSL | 2.46º | 0.52% | 0.54% | - |
| HSV(B) | 2.46º | 0.62% | 0.78% | - |
| XYZ | 27.54 | 18.41 | 8.94 | - |
| YUV | 115.41 | 105.76 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 76 | 0 | 0.59 | 0.62 | 0.22 | 2.46 | 0.52 | 0.54 |
| Hex | C6 | 51 | 4C | 0 | 3B | 3E | 16 | 2 | 34 | 36 |
| Octal | 306 | 121 | 114 | 0 | 73 | 76 | 26 | 2 | 64 | 66 |
| Binary | 11000110 | 1010001 | 1001100 | 0 | 111011 | 111110 | 10110 | 10 | 110100 | 110110 |
Color Harmonies of #C6514C
Complementary color
Monochromatic Colors of #C6514C
Black with #C6514C
Text Example
Text Example
White with #C6514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6514C; }
p { color: rgb(198,81,76); }
H1.HeaderClassName
{
color: #C6514C;
}
.AnyTagClassName
{
color: #C6514C;
}
</style>
background-color css
<style>
a { background-color: #C6514C; }
a { background-color: rgb(198,81,76); }
div.DivClassName
{
background-color: #C6514C;
}
.BgClassName
{
background-color: #C6514C;
}
</style>
border-color css
<style>
span { border-color: #C6514C; }
span { border-color: rgb(198,81,76); }
td.TdClassName
{
border-color: #C6514C;
}
.TagClassName
{
border-color: #C6514C;
}
</style>