Shades of Sunset #C35246
Tints of Sunset #C35246
RGB
CMYK
RGB Variations
Color information
#C35246 (or 0xC35246) is known color: Sunset. HEX triplet: C3, 52 and 46. RGB value is (195,82,70). Sum of RGB (Red+Green+Blue) = 195+82+70=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C35246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35246 is #3CADB9. Grayscale: #727272. Windows color (decimal): -3976634 or 4608707. OLE color: 4608707.
HSL color Cylindrical-coordinate representation of color #C35246: hue angle of 5.76º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C35246 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 70 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.24 |
| HSL | 5.76º | 0.51% | 0.52% | - |
| HSV(B) | 5.76º | 0.64% | 0.76% | - |
| XYZ | 26.63 | 18.08 | 7.88 | - |
| YUV | 114.42 | 102.94 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 70 | 0 | 0.58 | 0.64 | 0.24 | 5.76 | 0.51 | 0.52 |
| Hex | C3 | 52 | 46 | 0 | 3A | 40 | 18 | 6 | 33 | 34 |
| Octal | 303 | 122 | 106 | 0 | 72 | 100 | 30 | 6 | 63 | 64 |
| Binary | 11000011 | 1010010 | 1000110 | 0 | 111010 | 1000000 | 11000 | 110 | 110011 | 110100 |
Color Harmonies of #C35246
Complementary color
Monochromatic Colors of #C35246
Black with #C35246
Text Example
Text Example
White with #C35246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35246; }
p { color: rgb(195,82,70); }
H1.HeaderClassName
{
color: #C35246;
}
.AnyTagClassName
{
color: #C35246;
}
</style>
background-color css
<style>
a { background-color: #C35246; }
a { background-color: rgb(195,82,70); }
div.DivClassName
{
background-color: #C35246;
}
.BgClassName
{
background-color: #C35246;
}
</style>
border-color css
<style>
span { border-color: #C35246; }
span { border-color: rgb(195,82,70); }
td.TdClassName
{
border-color: #C35246;
}
.TagClassName
{
border-color: #C35246;
}
</style>