Shades of Sunset #C34C40
Tints of Sunset #C34C40
RGB
CMYK
RGB Variations
Color information
#C34C40 (or 0xC34C40) is known color: Sunset. HEX triplet: C3, 4C and 40. RGB value is (195,76,64). Sum of RGB (Red+Green+Blue) = 195+76+64=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34C40 is #3CB3BF. Grayscale: #6E6E6E. Windows color (decimal): -3978176 or 4213955. OLE color: 4213955.
HSL color Cylindrical-coordinate representation of color #C34C40: hue angle of 5.5º 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 #C34C40 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 64 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.24 |
| HSL | 5.5º | 0.52% | 0.51% | - |
| HSV(B) | 5.5º | 0.67% | 0.76% | - |
| XYZ | 26.02 | 17.14 | 6.79 | - |
| YUV | 110.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 64 | 0 | 0.61 | 0.67 | 0.24 | 5.5 | 0.52 | 0.51 |
| Hex | C3 | 4C | 40 | 0 | 3D | 43 | 18 | 5 | 34 | 33 |
| Octal | 303 | 114 | 100 | 0 | 75 | 103 | 30 | 5 | 64 | 63 |
| Binary | 11000011 | 1001100 | 1000000 | 0 | 111101 | 1000011 | 11000 | 101 | 110100 | 110011 |
Color Harmonies of #C34C40
Complementary color
Monochromatic Colors of #C34C40
Black with #C34C40
Text Example
Text Example
White with #C34C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C40; }
p { color: rgb(195,76,64); }
H1.HeaderClassName
{
color: #C34C40;
}
.AnyTagClassName
{
color: #C34C40;
}
</style>
background-color css
<style>
a { background-color: #C34C40; }
a { background-color: rgb(195,76,64); }
div.DivClassName
{
background-color: #C34C40;
}
.BgClassName
{
background-color: #C34C40;
}
</style>
border-color css
<style>
span { border-color: #C34C40; }
span { border-color: rgb(195,76,64); }
td.TdClassName
{
border-color: #C34C40;
}
.TagClassName
{
border-color: #C34C40;
}
</style>