Shades of Sunset #C35445
Tints of Sunset #C35445
RGB
CMYK
RGB Variations
Color information
#C35445 (or 0xC35445) is known color: Sunset. HEX triplet: C3, 54 and 45. RGB value is (195,84,69). Sum of RGB (Red+Green+Blue) = 195+84+69=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C35445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35445 is #3CABBA. Grayscale: #737373. Windows color (decimal): -3976123 or 4543683. OLE color: 4543683.
HSL color Cylindrical-coordinate representation of color #C35445: hue angle of 7.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 #C35445 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 69 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.24 |
| HSL | 7.14º | 0.51% | 0.52% | - |
| HSV(B) | 7.14º | 0.65% | 0.76% | - |
| XYZ | 26.75 | 18.37 | 7.77 | - |
| YUV | 115.48 | 101.77 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 69 | 0 | 0.57 | 0.65 | 0.24 | 7.14 | 0.51 | 0.52 |
| Hex | C3 | 54 | 45 | 0 | 39 | 41 | 18 | 7 | 33 | 34 |
| Octal | 303 | 124 | 105 | 0 | 71 | 101 | 30 | 7 | 63 | 64 |
| Binary | 11000011 | 1010100 | 1000101 | 0 | 111001 | 1000001 | 11000 | 111 | 110011 | 110100 |
Color Harmonies of #C35445
Complementary color
Monochromatic Colors of #C35445
Black with #C35445
Text Example
Text Example
White with #C35445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35445; }
p { color: rgb(195,84,69); }
H1.HeaderClassName
{
color: #C35445;
}
.AnyTagClassName
{
color: #C35445;
}
</style>
background-color css
<style>
a { background-color: #C35445; }
a { background-color: rgb(195,84,69); }
div.DivClassName
{
background-color: #C35445;
}
.BgClassName
{
background-color: #C35445;
}
</style>
border-color css
<style>
span { border-color: #C35445; }
span { border-color: rgb(195,84,69); }
td.TdClassName
{
border-color: #C35445;
}
.TagClassName
{
border-color: #C35445;
}
</style>