Shades of Sunset #C34746
Tints of Sunset #C34746
RGB
CMYK
RGB Variations
Color information
#C34746 (or 0xC34746) is known color: Sunset. HEX triplet: C3, 47 and 46. RGB value is (195,71,70). Sum of RGB (Red+Green+Blue) = 195+71+70=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C34746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34746 is #3CB8B9. Grayscale: #6C6C6C. Windows color (decimal): -3979450 or 4605891. OLE color: 4605891.
HSL color Cylindrical-coordinate representation of color #C34746: hue angle of 0.48º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34746 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 70 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.24 |
| HSL | 0.48º | 0.51% | 0.52% | - |
| HSV(B) | 0.48º | 0.64% | 0.76% | - |
| XYZ | 25.86 | 16.55 | 7.63 | - |
| YUV | 107.96 | 106.58 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 70 | 0 | 0.64 | 0.64 | 0.24 | 0.48 | 0.51 | 0.52 |
| Hex | C3 | 47 | 46 | 0 | 40 | 40 | 18 | 0 | 33 | 34 |
| Octal | 303 | 107 | 106 | 0 | 100 | 100 | 30 | 0 | 63 | 64 |
| Binary | 11000011 | 1000111 | 1000110 | 0 | 1000000 | 1000000 | 11000 | 0 | 110011 | 110100 |
Color Harmonies of #C34746
Complementary color
Monochromatic Colors of #C34746
Black with #C34746
Text Example
Text Example
White with #C34746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34746; }
p { color: rgb(195,71,70); }
H1.HeaderClassName
{
color: #C34746;
}
.AnyTagClassName
{
color: #C34746;
}
</style>
background-color css
<style>
a { background-color: #C34746; }
a { background-color: rgb(195,71,70); }
div.DivClassName
{
background-color: #C34746;
}
.BgClassName
{
background-color: #C34746;
}
</style>
border-color css
<style>
span { border-color: #C34746; }
span { border-color: rgb(195,71,70); }
td.TdClassName
{
border-color: #C34746;
}
.TagClassName
{
border-color: #C34746;
}
</style>