Shades of Sunset #C35149
Tints of Sunset #C35149
RGB
CMYK
RGB Variations
Color information
#C35149 (or 0xC35149) is known color: Sunset. HEX triplet: C3, 51 and 49. RGB value is (195,81,73). Sum of RGB (Red+Green+Blue) = 195+81+73=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C35149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35149 is #3CAEB6. Grayscale: #727272. Windows color (decimal): -3976887 or 4805059. OLE color: 4805059.
HSL color Cylindrical-coordinate representation of color #C35149: hue angle of 3.93º 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 #C35149 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 73 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.24 |
| HSL | 3.93º | 0.5% | 0.53% | - |
| HSV(B) | 3.93º | 0.63% | 0.76% | - |
| XYZ | 26.65 | 17.97 | 8.37 | - |
| YUV | 114.17 | 104.77 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 73 | 0 | 0.58 | 0.63 | 0.24 | 3.93 | 0.5 | 0.53 |
| Hex | C3 | 51 | 49 | 0 | 3A | 3F | 18 | 4 | 32 | 35 |
| Octal | 303 | 121 | 111 | 0 | 72 | 77 | 30 | 4 | 62 | 65 |
| Binary | 11000011 | 1010001 | 1001001 | 0 | 111010 | 111111 | 11000 | 100 | 110010 | 110101 |
Color Harmonies of #C35149
Complementary color
Monochromatic Colors of #C35149
Black with #C35149
Text Example
Text Example
White with #C35149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35149; }
p { color: rgb(195,81,73); }
H1.HeaderClassName
{
color: #C35149;
}
.AnyTagClassName
{
color: #C35149;
}
</style>
background-color css
<style>
a { background-color: #C35149; }
a { background-color: rgb(195,81,73); }
div.DivClassName
{
background-color: #C35149;
}
.BgClassName
{
background-color: #C35149;
}
</style>
border-color css
<style>
span { border-color: #C35149; }
span { border-color: rgb(195,81,73); }
td.TdClassName
{
border-color: #C35149;
}
.TagClassName
{
border-color: #C35149;
}
</style>