Shades of Sunset #C34E43
Tints of Sunset #C34E43
RGB
CMYK
RGB Variations
Color information
#C34E43 (or 0xC34E43) is known color: Sunset. HEX triplet: C3, 4E and 43. RGB value is (195,78,67). Sum of RGB (Red+Green+Blue) = 195+78+67=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34E43 is #3CB1BC. Grayscale: #6F6F6F. Windows color (decimal): -3977661 or 4411075. OLE color: 4411075.
HSL color Cylindrical-coordinate representation of color #C34E43: hue angle of 5.16º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34E43 is Cyan = 0, Magento = 0.6, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 67 | - |
| CMYK | 0 | 0.6 | 0.66 | 0.24 |
| HSL | 5.16º | 0.52% | 0.51% | - |
| HSV(B) | 5.16º | 0.66% | 0.76% | - |
| XYZ | 26.24 | 17.46 | 7.3 | - |
| YUV | 111.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 67 | 0 | 0.6 | 0.66 | 0.24 | 5.16 | 0.52 | 0.51 |
| Hex | C3 | 4E | 43 | 0 | 3C | 42 | 18 | 5 | 34 | 33 |
| Octal | 303 | 116 | 103 | 0 | 74 | 102 | 30 | 5 | 64 | 63 |
| Binary | 11000011 | 1001110 | 1000011 | 0 | 111100 | 1000010 | 11000 | 101 | 110100 | 110011 |
Color Harmonies of #C34E43
Complementary color
Monochromatic Colors of #C34E43
Black with #C34E43
Text Example
Text Example
White with #C34E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E43; }
p { color: rgb(195,78,67); }
H1.HeaderClassName
{
color: #C34E43;
}
.AnyTagClassName
{
color: #C34E43;
}
</style>
background-color css
<style>
a { background-color: #C34E43; }
a { background-color: rgb(195,78,67); }
div.DivClassName
{
background-color: #C34E43;
}
.BgClassName
{
background-color: #C34E43;
}
</style>
border-color css
<style>
span { border-color: #C34E43; }
span { border-color: rgb(195,78,67); }
td.TdClassName
{
border-color: #C34E43;
}
.TagClassName
{
border-color: #C34E43;
}
</style>