Shades of Sunset #C34D43
Tints of Sunset #C34D43
RGB
CMYK
RGB Variations
Color information
#C34D43 (or 0xC34D43) is known color: Sunset. HEX triplet: C3, 4D and 43. RGB value is (195,77,67). Sum of RGB (Red+Green+Blue) = 195+77+67=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34D43 is #3CB2BC. Grayscale: #6F6F6F. Windows color (decimal): -3977917 or 4410819. OLE color: 4410819.
HSL color Cylindrical-coordinate representation of color #C34D43: hue angle of 4.69º 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 #C34D43 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 67 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.24 |
| HSL | 4.69º | 0.52% | 0.51% | - |
| HSV(B) | 4.69º | 0.66% | 0.76% | - |
| XYZ | 26.17 | 17.32 | 7.27 | - |
| YUV | 111.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 67 | 0 | 0.61 | 0.66 | 0.24 | 4.69 | 0.52 | 0.51 |
| Hex | C3 | 4D | 43 | 0 | 3D | 42 | 18 | 5 | 34 | 33 |
| Octal | 303 | 115 | 103 | 0 | 75 | 102 | 30 | 5 | 64 | 63 |
| Binary | 11000011 | 1001101 | 1000011 | 0 | 111101 | 1000010 | 11000 | 101 | 110100 | 110011 |
Color Harmonies of #C34D43
Complementary color
Monochromatic Colors of #C34D43
Black with #C34D43
Text Example
Text Example
White with #C34D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D43; }
p { color: rgb(195,77,67); }
H1.HeaderClassName
{
color: #C34D43;
}
.AnyTagClassName
{
color: #C34D43;
}
</style>
background-color css
<style>
a { background-color: #C34D43; }
a { background-color: rgb(195,77,67); }
div.DivClassName
{
background-color: #C34D43;
}
.BgClassName
{
background-color: #C34D43;
}
</style>
border-color css
<style>
span { border-color: #C34D43; }
span { border-color: rgb(195,77,67); }
td.TdClassName
{
border-color: #C34D43;
}
.TagClassName
{
border-color: #C34D43;
}
</style>