Shades of Sunset #C35249
Tints of Sunset #C35249
RGB
CMYK
RGB Variations
Color information
#C35249 (or 0xC35249) is known color: Sunset. HEX triplet: C3, 52 and 49. RGB value is (195,82,73). Sum of RGB (Red+Green+Blue) = 195+82+73=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C35249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35249 is #3CADB6. Grayscale: #727272. Windows color (decimal): -3976631 or 4805315. OLE color: 4805315.
HSL color Cylindrical-coordinate representation of color #C35249: hue angle of 4.43º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C35249 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 73 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.24 |
| HSL | 4.43º | 0.5% | 0.53% | - |
| HSV(B) | 4.43º | 0.63% | 0.76% | - |
| XYZ | 26.73 | 18.12 | 8.39 | - |
| YUV | 114.76 | 104.44 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 73 | 0 | 0.58 | 0.63 | 0.24 | 4.43 | 0.5 | 0.53 |
| Hex | C3 | 52 | 49 | 0 | 3A | 3F | 18 | 4 | 32 | 35 |
| Octal | 303 | 122 | 111 | 0 | 72 | 77 | 30 | 4 | 62 | 65 |
| Binary | 11000011 | 1010010 | 1001001 | 0 | 111010 | 111111 | 11000 | 100 | 110010 | 110101 |
Color Harmonies of #C35249
Complementary color
Monochromatic Colors of #C35249
Black with #C35249
Text Example
Text Example
White with #C35249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35249; }
p { color: rgb(195,82,73); }
H1.HeaderClassName
{
color: #C35249;
}
.AnyTagClassName
{
color: #C35249;
}
</style>
background-color css
<style>
a { background-color: #C35249; }
a { background-color: rgb(195,82,73); }
div.DivClassName
{
background-color: #C35249;
}
.BgClassName
{
background-color: #C35249;
}
</style>
border-color css
<style>
span { border-color: #C35249; }
span { border-color: rgb(195,82,73); }
td.TdClassName
{
border-color: #C35249;
}
.TagClassName
{
border-color: #C35249;
}
</style>