Shades of Flame Pea #C35C4E
Tints of Flame Pea #C35C4E
RGB
CMYK
RGB Variations
Color information
#C35C4E (or 0xC35C4E) is known color: Flame Pea. HEX triplet: C3, 5C and 4E. RGB value is (195,92,78). Sum of RGB (Red+Green+Blue) = 195+92+78=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C4E is #3CA3B1. Grayscale: #797979. Windows color (decimal): -3974066 or 5135555. OLE color: 5135555.
HSL color Cylindrical-coordinate representation of color #C35C4E: hue angle of 7.18º 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 #C35C4E is Cyan = 0, Magento = 0.53, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 78 | - |
| CMYK | 0 | 0.53 | 0.6 | 0.24 |
| HSL | 7.18º | 0.49% | 0.54% | - |
| HSV(B) | 7.18º | 0.6% | 0.76% | - |
| XYZ | 27.71 | 19.81 | 9.57 | - |
| YUV | 121.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 78 | 0 | 0.53 | 0.6 | 0.24 | 7.18 | 0.49 | 0.54 |
| Hex | C3 | 5C | 4E | 0 | 35 | 3C | 18 | 7 | 31 | 36 |
| Octal | 303 | 134 | 116 | 0 | 65 | 74 | 30 | 7 | 61 | 66 |
| Binary | 11000011 | 1011100 | 1001110 | 0 | 110101 | 111100 | 11000 | 111 | 110001 | 110110 |
Color Harmonies of #C35C4E
Complementary color
Monochromatic Colors of #C35C4E
Black with #C35C4E
Text Example
Text Example
White with #C35C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C4E; }
p { color: rgb(195,92,78); }
H1.HeaderClassName
{
color: #C35C4E;
}
.AnyTagClassName
{
color: #C35C4E;
}
</style>
background-color css
<style>
a { background-color: #C35C4E; }
a { background-color: rgb(195,92,78); }
div.DivClassName
{
background-color: #C35C4E;
}
.BgClassName
{
background-color: #C35C4E;
}
</style>
border-color css
<style>
span { border-color: #C35C4E; }
span { border-color: rgb(195,92,78); }
td.TdClassName
{
border-color: #C35C4E;
}
.TagClassName
{
border-color: #C35C4E;
}
</style>