Shades of Sunset #C6504A
Tints of Sunset #C6504A
RGB
CMYK
RGB Variations
Color information
#C6504A (or 0xC6504A) is known color: Sunset. HEX triplet: C6, 50 and 4A. RGB value is (198,80,74). Sum of RGB (Red+Green+Blue) = 198+80+74=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C6504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6504A is #39AFB5. Grayscale: #727272. Windows color (decimal): -3780534 or 4870342. OLE color: 4870342.
HSL color Cylindrical-coordinate representation of color #C6504A: hue angle of 2.9º 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 #C6504A is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 74 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.22 |
| HSL | 2.9º | 0.52% | 0.53% | - |
| HSV(B) | 2.9º | 0.63% | 0.78% | - |
| XYZ | 27.39 | 18.24 | 8.55 | - |
| YUV | 114.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 74 | 0 | 0.60 | 0.63 | 0.22 | 2.9 | 0.52 | 0.53 |
| Hex | C6 | 50 | 4A | 0 | 3C | 3F | 16 | 3 | 34 | 35 |
| Octal | 306 | 120 | 112 | 0 | 74 | 77 | 26 | 3 | 64 | 65 |
| Binary | 11000110 | 1010000 | 1001010 | 0 | 111100 | 111111 | 10110 | 11 | 110100 | 110101 |
Color Harmonies of #C6504A
Complementary color
Monochromatic Colors of #C6504A
Black with #C6504A
Text Example
Text Example
White with #C6504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6504A; }
p { color: rgb(198,80,74); }
H1.HeaderClassName
{
color: #C6504A;
}
.AnyTagClassName
{
color: #C6504A;
}
</style>
background-color css
<style>
a { background-color: #C6504A; }
a { background-color: rgb(198,80,74); }
div.DivClassName
{
background-color: #C6504A;
}
.BgClassName
{
background-color: #C6504A;
}
</style>
border-color css
<style>
span { border-color: #C6504A; }
span { border-color: rgb(198,80,74); }
td.TdClassName
{
border-color: #C6504A;
}
.TagClassName
{
border-color: #C6504A;
}
</style>