Shades of Sunset #C34A40
Tints of Sunset #C34A40
RGB
CMYK
RGB Variations
Color information
#C34A40 (or 0xC34A40) is known color: Sunset. HEX triplet: C3, 4A and 40. RGB value is (195,74,64). Sum of RGB (Red+Green+Blue) = 195+74+64=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34A40 is #3CB5BF. Grayscale: #6D6D6D. Windows color (decimal): -3978688 or 4213443. OLE color: 4213443.
HSL color Cylindrical-coordinate representation of color #C34A40: hue angle of 4.58º 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 #C34A40 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 64 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.24 |
| HSL | 4.58º | 0.52% | 0.51% | - |
| HSV(B) | 4.58º | 0.67% | 0.76% | - |
| XYZ | 25.88 | 16.87 | 6.74 | - |
| YUV | 109.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 64 | 0 | 0.62 | 0.67 | 0.24 | 4.58 | 0.52 | 0.51 |
| Hex | C3 | 4A | 40 | 0 | 3E | 43 | 18 | 5 | 34 | 33 |
| Octal | 303 | 112 | 100 | 0 | 76 | 103 | 30 | 5 | 64 | 63 |
| Binary | 11000011 | 1001010 | 1000000 | 0 | 111110 | 1000011 | 11000 | 101 | 110100 | 110011 |
Color Harmonies of #C34A40
Complementary color
Monochromatic Colors of #C34A40
Black with #C34A40
Text Example
Text Example
White with #C34A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A40; }
p { color: rgb(195,74,64); }
H1.HeaderClassName
{
color: #C34A40;
}
.AnyTagClassName
{
color: #C34A40;
}
</style>
background-color css
<style>
a { background-color: #C34A40; }
a { background-color: rgb(195,74,64); }
div.DivClassName
{
background-color: #C34A40;
}
.BgClassName
{
background-color: #C34A40;
}
</style>
border-color css
<style>
span { border-color: #C34A40; }
span { border-color: rgb(195,74,64); }
td.TdClassName
{
border-color: #C34A40;
}
.TagClassName
{
border-color: #C34A40;
}
</style>