Shades of Sunset #C65144
Tints of Sunset #C65144
RGB
CMYK
RGB Variations
Color information
#C65144 (or 0xC65144) is known color: Sunset. HEX triplet: C6, 51 and 44. RGB value is (198,81,68). Sum of RGB (Red+Green+Blue) = 198+81+68=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C65144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65144 is #39AEBB. Grayscale: #727272. Windows color (decimal): -3780284 or 4477382. OLE color: 4477382.
HSL color Cylindrical-coordinate representation of color #C65144: hue angle of 6º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C65144 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 68 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.22 |
| HSL | 6º | 0.53% | 0.52% | - |
| HSV(B) | 6º | 0.66% | 0.78% | - |
| XYZ | 27.27 | 18.31 | 7.57 | - |
| YUV | 114.5 | 101.76 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 68 | 0 | 0.59 | 0.66 | 0.22 | 6 | 0.53 | 0.52 |
| Hex | C6 | 51 | 44 | 0 | 3B | 42 | 16 | 6 | 35 | 34 |
| Octal | 306 | 121 | 104 | 0 | 73 | 102 | 26 | 6 | 65 | 64 |
| Binary | 11000110 | 1010001 | 1000100 | 0 | 111011 | 1000010 | 10110 | 110 | 110101 | 110100 |
Color Harmonies of #C65144
Complementary color
Monochromatic Colors of #C65144
Black with #C65144
Text Example
Text Example
White with #C65144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65144; }
p { color: rgb(198,81,68); }
H1.HeaderClassName
{
color: #C65144;
}
.AnyTagClassName
{
color: #C65144;
}
</style>
background-color css
<style>
a { background-color: #C65144; }
a { background-color: rgb(198,81,68); }
div.DivClassName
{
background-color: #C65144;
}
.BgClassName
{
background-color: #C65144;
}
</style>
border-color css
<style>
span { border-color: #C65144; }
span { border-color: rgb(198,81,68); }
td.TdClassName
{
border-color: #C65144;
}
.TagClassName
{
border-color: #C65144;
}
</style>