Shades of Sunset #C34845
Tints of Sunset #C34845
RGB
CMYK
RGB Variations
Color information
#C34845 (or 0xC34845) is known color: Sunset. HEX triplet: C3, 48 and 45. RGB value is (195,72,69). Sum of RGB (Red+Green+Blue) = 195+72+69=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C34845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34845 is #3CB7BA. Grayscale: #6C6C6C. Windows color (decimal): -3979195 or 4540611. OLE color: 4540611.
HSL color Cylindrical-coordinate representation of color #C34845: hue angle of 1.43º 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 #C34845 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 69 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.24 |
| HSL | 1.43º | 0.51% | 0.52% | - |
| HSV(B) | 1.43º | 0.65% | 0.76% | - |
| XYZ | 25.9 | 16.67 | 7.48 | - |
| YUV | 108.44 | 105.75 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 69 | 0 | 0.63 | 0.65 | 0.24 | 1.43 | 0.51 | 0.52 |
| Hex | C3 | 48 | 45 | 0 | 3F | 41 | 18 | 1 | 33 | 34 |
| Octal | 303 | 110 | 105 | 0 | 77 | 101 | 30 | 1 | 63 | 64 |
| Binary | 11000011 | 1001000 | 1000101 | 0 | 111111 | 1000001 | 11000 | 1 | 110011 | 110100 |
Color Harmonies of #C34845
Complementary color
Monochromatic Colors of #C34845
Black with #C34845
Text Example
Text Example
White with #C34845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34845; }
p { color: rgb(195,72,69); }
H1.HeaderClassName
{
color: #C34845;
}
.AnyTagClassName
{
color: #C34845;
}
</style>
background-color css
<style>
a { background-color: #C34845; }
a { background-color: rgb(195,72,69); }
div.DivClassName
{
background-color: #C34845;
}
.BgClassName
{
background-color: #C34845;
}
</style>
border-color css
<style>
span { border-color: #C34845; }
span { border-color: rgb(195,72,69); }
td.TdClassName
{
border-color: #C34845;
}
.TagClassName
{
border-color: #C34845;
}
</style>