Shades of Sunset #C6504D
Tints of Sunset #C6504D
RGB
CMYK
RGB Variations
Color information
#C6504D (or 0xC6504D) is known color: Sunset. HEX triplet: C6, 50 and 4D. RGB value is (198,80,77). Sum of RGB (Red+Green+Blue) = 198+80+77=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C6504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6504D is #39AFB2. Grayscale: #737373. Windows color (decimal): -3780531 or 5066950. OLE color: 5066950.
HSL color Cylindrical-coordinate representation of color #C6504D: hue angle of 1.49º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C6504D is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 77 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.22 |
| HSL | 1.49º | 0.51% | 0.54% | - |
| HSV(B) | 1.49º | 0.61% | 0.78% | - |
| XYZ | 27.5 | 18.28 | 9.1 | - |
| YUV | 114.94 | 106.59 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 77 | 0 | 0.60 | 0.61 | 0.22 | 1.49 | 0.51 | 0.54 |
| Hex | C6 | 50 | 4D | 0 | 3C | 3D | 16 | 1 | 33 | 36 |
| Octal | 306 | 120 | 115 | 0 | 74 | 75 | 26 | 1 | 63 | 66 |
| Binary | 11000110 | 1010000 | 1001101 | 0 | 111100 | 111101 | 10110 | 1 | 110011 | 110110 |
Color Harmonies of #C6504D
Complementary color
Monochromatic Colors of #C6504D
Black with #C6504D
Text Example
Text Example
White with #C6504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6504D; }
p { color: rgb(198,80,77); }
H1.HeaderClassName
{
color: #C6504D;
}
.AnyTagClassName
{
color: #C6504D;
}
</style>
background-color css
<style>
a { background-color: #C6504D; }
a { background-color: rgb(198,80,77); }
div.DivClassName
{
background-color: #C6504D;
}
.BgClassName
{
background-color: #C6504D;
}
</style>
border-color css
<style>
span { border-color: #C6504D; }
span { border-color: rgb(198,80,77); }
td.TdClassName
{
border-color: #C6504D;
}
.TagClassName
{
border-color: #C6504D;
}
</style>