Shades of Sunset #C35045
Tints of Sunset #C35045
RGB
CMYK
RGB Variations
Color information
#C35045 (or 0xC35045) is known color: Sunset. HEX triplet: C3, 50 and 45. RGB value is (195,80,69). Sum of RGB (Red+Green+Blue) = 195+80+69=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C35045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35045 is #3CAFBA. Grayscale: #717171. Windows color (decimal): -3977147 or 4542659. OLE color: 4542659.
HSL color Cylindrical-coordinate representation of color #C35045: hue angle of 5.24º 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 #C35045 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 69 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.24 |
| HSL | 5.24º | 0.51% | 0.52% | - |
| HSV(B) | 5.24º | 0.65% | 0.76% | - |
| XYZ | 26.45 | 17.77 | 7.67 | - |
| YUV | 113.13 | 103.1 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 69 | 0 | 0.59 | 0.65 | 0.24 | 5.24 | 0.51 | 0.52 |
| Hex | C3 | 50 | 45 | 0 | 3B | 41 | 18 | 5 | 33 | 34 |
| Octal | 303 | 120 | 105 | 0 | 73 | 101 | 30 | 5 | 63 | 64 |
| Binary | 11000011 | 1010000 | 1000101 | 0 | 111011 | 1000001 | 11000 | 101 | 110011 | 110100 |
Color Harmonies of #C35045
Complementary color
Monochromatic Colors of #C35045
Black with #C35045
Text Example
Text Example
White with #C35045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35045; }
p { color: rgb(195,80,69); }
H1.HeaderClassName
{
color: #C35045;
}
.AnyTagClassName
{
color: #C35045;
}
</style>
background-color css
<style>
a { background-color: #C35045; }
a { background-color: rgb(195,80,69); }
div.DivClassName
{
background-color: #C35045;
}
.BgClassName
{
background-color: #C35045;
}
</style>
border-color css
<style>
span { border-color: #C35045; }
span { border-color: rgb(195,80,69); }
td.TdClassName
{
border-color: #C35045;
}
.TagClassName
{
border-color: #C35045;
}
</style>