Shades of Sunset #C34E41
Tints of Sunset #C34E41
RGB
CMYK
RGB Variations
Color information
#C34E41 (or 0xC34E41) is known color: Sunset. HEX triplet: C3, 4E and 41. RGB value is (195,78,65). Sum of RGB (Red+Green+Blue) = 195+78+65=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34E41 is #3CB1BE. Grayscale: #6F6F6F. Windows color (decimal): -3977663 or 4280003. OLE color: 4280003.
HSL color Cylindrical-coordinate representation of color #C34E41: hue angle of 6º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34E41 is Cyan = 0, Magento = 0.6, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 65 | - |
| CMYK | 0 | 0.6 | 0.67 | 0.24 |
| HSL | 6º | 0.52% | 0.51% | - |
| HSV(B) | 6º | 0.67% | 0.76% | - |
| XYZ | 26.18 | 17.43 | 6.99 | - |
| YUV | 111.5 | 101.76 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 65 | 0 | 0.6 | 0.67 | 0.24 | 6 | 0.52 | 0.51 |
| Hex | C3 | 4E | 41 | 0 | 3C | 43 | 18 | 6 | 34 | 33 |
| Octal | 303 | 116 | 101 | 0 | 74 | 103 | 30 | 6 | 64 | 63 |
| Binary | 11000011 | 1001110 | 1000001 | 0 | 111100 | 1000011 | 11000 | 110 | 110100 | 110011 |
Color Harmonies of #C34E41
Complementary color
Monochromatic Colors of #C34E41
Black with #C34E41
Text Example
Text Example
White with #C34E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E41; }
p { color: rgb(195,78,65); }
H1.HeaderClassName
{
color: #C34E41;
}
.AnyTagClassName
{
color: #C34E41;
}
</style>
background-color css
<style>
a { background-color: #C34E41; }
a { background-color: rgb(195,78,65); }
div.DivClassName
{
background-color: #C34E41;
}
.BgClassName
{
background-color: #C34E41;
}
</style>
border-color css
<style>
span { border-color: #C34E41; }
span { border-color: rgb(195,78,65); }
td.TdClassName
{
border-color: #C34E41;
}
.TagClassName
{
border-color: #C34E41;
}
</style>