Shades of Sunset #C34D46
Tints of Sunset #C34D46
RGB
CMYK
RGB Variations
Color information
#C34D46 (or 0xC34D46) is known color: Sunset. HEX triplet: C3, 4D and 46. RGB value is (195,77,70). Sum of RGB (Red+Green+Blue) = 195+77+70=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34D46 is #3CB2B9. Grayscale: #6F6F6F. Windows color (decimal): -3977914 or 4607427. OLE color: 4607427.
HSL color Cylindrical-coordinate representation of color #C34D46: hue angle of 3.36º 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 #C34D46 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 70 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.24 |
| HSL | 3.36º | 0.51% | 0.52% | - |
| HSV(B) | 3.36º | 0.64% | 0.76% | - |
| XYZ | 26.27 | 17.35 | 7.76 | - |
| YUV | 111.48 | 104.59 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 70 | 0 | 0.61 | 0.64 | 0.24 | 3.36 | 0.51 | 0.52 |
| Hex | C3 | 4D | 46 | 0 | 3D | 40 | 18 | 3 | 33 | 34 |
| Octal | 303 | 115 | 106 | 0 | 75 | 100 | 30 | 3 | 63 | 64 |
| Binary | 11000011 | 1001101 | 1000110 | 0 | 111101 | 1000000 | 11000 | 11 | 110011 | 110100 |
Color Harmonies of #C34D46
Complementary color
Monochromatic Colors of #C34D46
Black with #C34D46
Text Example
Text Example
White with #C34D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D46; }
p { color: rgb(195,77,70); }
H1.HeaderClassName
{
color: #C34D46;
}
.AnyTagClassName
{
color: #C34D46;
}
</style>
background-color css
<style>
a { background-color: #C34D46; }
a { background-color: rgb(195,77,70); }
div.DivClassName
{
background-color: #C34D46;
}
.BgClassName
{
background-color: #C34D46;
}
</style>
border-color css
<style>
span { border-color: #C34D46; }
span { border-color: rgb(195,77,70); }
td.TdClassName
{
border-color: #C34D46;
}
.TagClassName
{
border-color: #C34D46;
}
</style>