Shades of Flame Pea #C35E4D
Tints of Flame Pea #C35E4D
RGB
CMYK
RGB Variations
Color information
#C35E4D (or 0xC35E4D) is known color: Flame Pea. HEX triplet: C3, 5E and 4D. RGB value is (195,94,77). Sum of RGB (Red+Green+Blue) = 195+94+77=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35E4D is #3CA1B2. Grayscale: #7A7A7A. Windows color (decimal): -3973555 or 5070531. OLE color: 5070531.
HSL color Cylindrical-coordinate representation of color #C35E4D: hue angle of 8.64º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C35E4D is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 94 | 77 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.24 |
| HSL | 8.64º | 0.5% | 0.53% | - |
| HSV(B) | 8.64º | 0.61% | 0.76% | - |
| XYZ | 27.85 | 20.14 | 9.44 | - |
| YUV | 122.26 | 102.46 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 77 | 0 | 0.52 | 0.61 | 0.24 | 8.64 | 0.5 | 0.53 |
| Hex | C3 | 5E | 4D | 0 | 34 | 3D | 18 | 9 | 32 | 35 |
| Octal | 303 | 136 | 115 | 0 | 64 | 75 | 30 | 11 | 62 | 65 |
| Binary | 11000011 | 1011110 | 1001101 | 0 | 110100 | 111101 | 11000 | 1001 | 110010 | 110101 |
Color Harmonies of #C35E4D
Complementary color
Monochromatic Colors of #C35E4D
Black with #C35E4D
Text Example
Text Example
White with #C35E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35E4D; }
p { color: rgb(195,94,77); }
H1.HeaderClassName
{
color: #C35E4D;
}
.AnyTagClassName
{
color: #C35E4D;
}
</style>
background-color css
<style>
a { background-color: #C35E4D; }
a { background-color: rgb(195,94,77); }
div.DivClassName
{
background-color: #C35E4D;
}
.BgClassName
{
background-color: #C35E4D;
}
</style>
border-color css
<style>
span { border-color: #C35E4D; }
span { border-color: rgb(195,94,77); }
td.TdClassName
{
border-color: #C35E4D;
}
.TagClassName
{
border-color: #C35E4D;
}
</style>