Shades of Sunset #C35245
Tints of Sunset #C35245
RGB
CMYK
RGB Variations
Color information
#C35245 (or 0xC35245) is known color: Sunset. HEX triplet: C3, 52 and 45. RGB value is (195,82,69). Sum of RGB (Red+Green+Blue) = 195+82+69=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C35245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35245 is #3CADBA. Grayscale: #727272. Windows color (decimal): -3976635 or 4543171. OLE color: 4543171.
HSL color Cylindrical-coordinate representation of color #C35245: hue angle of 6.19º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C35245 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 69 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.24 |
| HSL | 6.19º | 0.51% | 0.52% | - |
| HSV(B) | 6.19º | 0.65% | 0.76% | - |
| XYZ | 26.6 | 18.07 | 7.72 | - |
| YUV | 114.31 | 102.44 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 69 | 0 | 0.58 | 0.65 | 0.24 | 6.19 | 0.51 | 0.52 |
| Hex | C3 | 52 | 45 | 0 | 3A | 41 | 18 | 6 | 33 | 34 |
| Octal | 303 | 122 | 105 | 0 | 72 | 101 | 30 | 6 | 63 | 64 |
| Binary | 11000011 | 1010010 | 1000101 | 0 | 111010 | 1000001 | 11000 | 110 | 110011 | 110100 |
Color Harmonies of #C35245
Complementary color
Monochromatic Colors of #C35245
Black with #C35245
Text Example
Text Example
White with #C35245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35245; }
p { color: rgb(195,82,69); }
H1.HeaderClassName
{
color: #C35245;
}
.AnyTagClassName
{
color: #C35245;
}
</style>
background-color css
<style>
a { background-color: #C35245; }
a { background-color: rgb(195,82,69); }
div.DivClassName
{
background-color: #C35245;
}
.BgClassName
{
background-color: #C35245;
}
</style>
border-color css
<style>
span { border-color: #C35245; }
span { border-color: rgb(195,82,69); }
td.TdClassName
{
border-color: #C35245;
}
.TagClassName
{
border-color: #C35245;
}
</style>