Shades of Flame Pea #C35D4E
Tints of Flame Pea #C35D4E
RGB
CMYK
RGB Variations
Color information
#C35D4E (or 0xC35D4E) is known color: Flame Pea. HEX triplet: C3, 5D and 4E. RGB value is (195,93,78). Sum of RGB (Red+Green+Blue) = 195+93+78=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D4E is #3CA2B1. Grayscale: #797979. Windows color (decimal): -3973810 or 5135811. OLE color: 5135811.
HSL color Cylindrical-coordinate representation of color #C35D4E: hue angle of 7.69º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C35D4E is Cyan = 0, Magento = 0.52, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 78 | - |
| CMYK | 0 | 0.52 | 0.6 | 0.24 |
| HSL | 7.69º | 0.49% | 0.54% | - |
| HSV(B) | 7.69º | 0.6% | 0.76% | - |
| XYZ | 27.8 | 19.98 | 9.6 | - |
| YUV | 121.79 | 103.29 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 78 | 0 | 0.52 | 0.6 | 0.24 | 7.69 | 0.49 | 0.54 |
| Hex | C3 | 5D | 4E | 0 | 34 | 3C | 18 | 8 | 31 | 36 |
| Octal | 303 | 135 | 116 | 0 | 64 | 74 | 30 | 10 | 61 | 66 |
| Binary | 11000011 | 1011101 | 1001110 | 0 | 110100 | 111100 | 11000 | 1000 | 110001 | 110110 |
Color Harmonies of #C35D4E
Complementary color
Monochromatic Colors of #C35D4E
Black with #C35D4E
Text Example
Text Example
White with #C35D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D4E; }
p { color: rgb(195,93,78); }
H1.HeaderClassName
{
color: #C35D4E;
}
.AnyTagClassName
{
color: #C35D4E;
}
</style>
background-color css
<style>
a { background-color: #C35D4E; }
a { background-color: rgb(195,93,78); }
div.DivClassName
{
background-color: #C35D4E;
}
.BgClassName
{
background-color: #C35D4E;
}
</style>
border-color css
<style>
span { border-color: #C35D4E; }
span { border-color: rgb(195,93,78); }
td.TdClassName
{
border-color: #C35D4E;
}
.TagClassName
{
border-color: #C35D4E;
}
</style>