Shades of Sunset #C35141
Tints of Sunset #C35141
RGB
CMYK
RGB Variations
Color information
#C35141 (or 0xC35141) is known color: Sunset. HEX triplet: C3, 51 and 41. RGB value is (195,81,65). Sum of RGB (Red+Green+Blue) = 195+81+65=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C35141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35141 is #3CAEBE. Grayscale: #717171. Windows color (decimal): -3976895 or 4280771. OLE color: 4280771.
HSL color Cylindrical-coordinate representation of color #C35141: hue angle of 7.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C35141 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 65 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.24 |
| HSL | 7.38º | 0.52% | 0.51% | - |
| HSV(B) | 7.38º | 0.67% | 0.76% | - |
| XYZ | 26.4 | 17.87 | 7.06 | - |
| YUV | 113.26 | 100.77 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 65 | 0 | 0.58 | 0.67 | 0.24 | 7.38 | 0.52 | 0.51 |
| Hex | C3 | 51 | 41 | 0 | 3A | 43 | 18 | 7 | 34 | 33 |
| Octal | 303 | 121 | 101 | 0 | 72 | 103 | 30 | 7 | 64 | 63 |
| Binary | 11000011 | 1010001 | 1000001 | 0 | 111010 | 1000011 | 11000 | 111 | 110100 | 110011 |
Color Harmonies of #C35141
Complementary color
Monochromatic Colors of #C35141
Black with #C35141
Text Example
Text Example
White with #C35141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35141; }
p { color: rgb(195,81,65); }
H1.HeaderClassName
{
color: #C35141;
}
.AnyTagClassName
{
color: #C35141;
}
</style>
background-color css
<style>
a { background-color: #C35141; }
a { background-color: rgb(195,81,65); }
div.DivClassName
{
background-color: #C35141;
}
.BgClassName
{
background-color: #C35141;
}
</style>
border-color css
<style>
span { border-color: #C35141; }
span { border-color: rgb(195,81,65); }
td.TdClassName
{
border-color: #C35141;
}
.TagClassName
{
border-color: #C35141;
}
</style>