Shades of Sunset #C65241
Tints of Sunset #C65241
RGB
CMYK
RGB Variations
Color information
#C65241 (or 0xC65241) is known color: Sunset. HEX triplet: C6, 52 and 41. RGB value is (198,82,65). Sum of RGB (Red+Green+Blue) = 198+82+65=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C65241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65241 is #39ADBE. Grayscale: #727272. Windows color (decimal): -3780031 or 4281030. OLE color: 4281030.
HSL color Cylindrical-coordinate representation of color #C65241: hue angle of 7.67º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C65241 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 65 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.22 |
| HSL | 7.67º | 0.54% | 0.52% | - |
| HSV(B) | 7.67º | 0.67% | 0.78% | - |
| XYZ | 27.26 | 18.42 | 7.12 | - |
| YUV | 114.75 | 99.93 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 65 | 0 | 0.59 | 0.67 | 0.22 | 7.67 | 0.54 | 0.52 |
| Hex | C6 | 52 | 41 | 0 | 3B | 43 | 16 | 8 | 36 | 34 |
| Octal | 306 | 122 | 101 | 0 | 73 | 103 | 26 | 10 | 66 | 64 |
| Binary | 11000110 | 1010010 | 1000001 | 0 | 111011 | 1000011 | 10110 | 1000 | 110110 | 110100 |
Color Harmonies of #C65241
Complementary color
Monochromatic Colors of #C65241
Black with #C65241
Text Example
Text Example
White with #C65241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65241; }
p { color: rgb(198,82,65); }
H1.HeaderClassName
{
color: #C65241;
}
.AnyTagClassName
{
color: #C65241;
}
</style>
background-color css
<style>
a { background-color: #C65241; }
a { background-color: rgb(198,82,65); }
div.DivClassName
{
background-color: #C65241;
}
.BgClassName
{
background-color: #C65241;
}
</style>
border-color css
<style>
span { border-color: #C65241; }
span { border-color: rgb(198,82,65); }
td.TdClassName
{
border-color: #C65241;
}
.TagClassName
{
border-color: #C65241;
}
</style>