Shades of Sunset #C35044
Tints of Sunset #C35044
RGB
CMYK
RGB Variations
Color information
#C35044 (or 0xC35044) is known color: Sunset. HEX triplet: C3, 50 and 44. RGB value is (195,80,68). Sum of RGB (Red+Green+Blue) = 195+80+68=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C35044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35044 is #3CAFBB. Grayscale: #717171. Windows color (decimal): -3977148 or 4477123. OLE color: 4477123.
HSL color Cylindrical-coordinate representation of color #C35044: hue angle of 5.67º 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 #C35044 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 68 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.24 |
| HSL | 5.67º | 0.51% | 0.52% | - |
| HSV(B) | 5.67º | 0.65% | 0.76% | - |
| XYZ | 26.42 | 17.76 | 7.5 | - |
| YUV | 113.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 68 | 0 | 0.59 | 0.65 | 0.24 | 5.67 | 0.51 | 0.52 |
| Hex | C3 | 50 | 44 | 0 | 3B | 41 | 18 | 6 | 33 | 34 |
| Octal | 303 | 120 | 104 | 0 | 73 | 101 | 30 | 6 | 63 | 64 |
| Binary | 11000011 | 1010000 | 1000100 | 0 | 111011 | 1000001 | 11000 | 110 | 110011 | 110100 |
Color Harmonies of #C35044
Complementary color
Monochromatic Colors of #C35044
Black with #C35044
Text Example
Text Example
White with #C35044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35044; }
p { color: rgb(195,80,68); }
H1.HeaderClassName
{
color: #C35044;
}
.AnyTagClassName
{
color: #C35044;
}
</style>
background-color css
<style>
a { background-color: #C35044; }
a { background-color: rgb(195,80,68); }
div.DivClassName
{
background-color: #C35044;
}
.BgClassName
{
background-color: #C35044;
}
</style>
border-color css
<style>
span { border-color: #C35044; }
span { border-color: rgb(195,80,68); }
td.TdClassName
{
border-color: #C35044;
}
.TagClassName
{
border-color: #C35044;
}
</style>