Shades of Sunset #C35144
Tints of Sunset #C35144
RGB
CMYK
RGB Variations
Color information
#C35144 (or 0xC35144) is known color: Sunset. HEX triplet: C3, 51 and 44. RGB value is (195,81,68). Sum of RGB (Red+Green+Blue) = 195+81+68=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C35144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35144 is #3CAEBB. Grayscale: #717171. Windows color (decimal): -3976892 or 4477379. OLE color: 4477379.
HSL color Cylindrical-coordinate representation of color #C35144: hue angle of 6.14º 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 #C35144 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 68 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.24 |
| HSL | 6.14º | 0.51% | 0.52% | - |
| HSV(B) | 6.14º | 0.65% | 0.76% | - |
| XYZ | 26.49 | 17.9 | 7.53 | - |
| YUV | 113.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 68 | 0 | 0.58 | 0.65 | 0.24 | 6.14 | 0.51 | 0.52 |
| Hex | C3 | 51 | 44 | 0 | 3A | 41 | 18 | 6 | 33 | 34 |
| Octal | 303 | 121 | 104 | 0 | 72 | 101 | 30 | 6 | 63 | 64 |
| Binary | 11000011 | 1010001 | 1000100 | 0 | 111010 | 1000001 | 11000 | 110 | 110011 | 110100 |
Color Harmonies of #C35144
Complementary color
Monochromatic Colors of #C35144
Black with #C35144
Text Example
Text Example
White with #C35144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35144; }
p { color: rgb(195,81,68); }
H1.HeaderClassName
{
color: #C35144;
}
.AnyTagClassName
{
color: #C35144;
}
</style>
background-color css
<style>
a { background-color: #C35144; }
a { background-color: rgb(195,81,68); }
div.DivClassName
{
background-color: #C35144;
}
.BgClassName
{
background-color: #C35144;
}
</style>
border-color css
<style>
span { border-color: #C35144; }
span { border-color: rgb(195,81,68); }
td.TdClassName
{
border-color: #C35144;
}
.TagClassName
{
border-color: #C35144;
}
</style>