Shades of Sunset #C35242
Tints of Sunset #C35242
RGB
CMYK
RGB Variations
Color information
#C35242 (or 0xC35242) is known color: Sunset. HEX triplet: C3, 52 and 42. RGB value is (195,82,66). Sum of RGB (Red+Green+Blue) = 195+82+66=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C35242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35242 is #3CADBD. Grayscale: #727272. Windows color (decimal): -3976638 or 4346563. OLE color: 4346563.
HSL color Cylindrical-coordinate representation of color #C35242: hue angle of 7.44º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C35242 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 66 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.24 |
| HSL | 7.44º | 0.52% | 0.51% | - |
| HSV(B) | 7.44º | 0.66% | 0.76% | - |
| XYZ | 26.51 | 18.03 | 7.24 | - |
| YUV | 113.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 66 | 0 | 0.58 | 0.66 | 0.24 | 7.44 | 0.52 | 0.51 |
| Hex | C3 | 52 | 42 | 0 | 3A | 42 | 18 | 7 | 34 | 33 |
| Octal | 303 | 122 | 102 | 0 | 72 | 102 | 30 | 7 | 64 | 63 |
| Binary | 11000011 | 1010010 | 1000010 | 0 | 111010 | 1000010 | 11000 | 111 | 110100 | 110011 |
Color Harmonies of #C35242
Complementary color
Monochromatic Colors of #C35242
Black with #C35242
Text Example
Text Example
White with #C35242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35242; }
p { color: rgb(195,82,66); }
H1.HeaderClassName
{
color: #C35242;
}
.AnyTagClassName
{
color: #C35242;
}
</style>
background-color css
<style>
a { background-color: #C35242; }
a { background-color: rgb(195,82,66); }
div.DivClassName
{
background-color: #C35242;
}
.BgClassName
{
background-color: #C35242;
}
</style>
border-color css
<style>
span { border-color: #C35242; }
span { border-color: rgb(195,82,66); }
td.TdClassName
{
border-color: #C35242;
}
.TagClassName
{
border-color: #C35242;
}
</style>