Shades of Flame Pea #C35E4A
Tints of Flame Pea #C35E4A
RGB
CMYK
RGB Variations
Color information
#C35E4A (or 0xC35E4A) is known color: Flame Pea. HEX triplet: C3, 5E and 4A. RGB value is (195,94,74). Sum of RGB (Red+Green+Blue) = 195+94+74=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35E4A is #3CA1B5. Grayscale: #7A7A7A. Windows color (decimal): -3973558 or 4873923. OLE color: 4873923.
HSL color Cylindrical-coordinate representation of color #C35E4A: hue angle of 9.92º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C35E4A is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 94 | 74 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.24 |
| HSL | 9.92º | 0.5% | 0.53% | - |
| HSV(B) | 9.92º | 0.62% | 0.76% | - |
| XYZ | 27.74 | 20.1 | 8.9 | - |
| YUV | 121.92 | 100.96 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 74 | 0 | 0.52 | 0.62 | 0.24 | 9.92 | 0.5 | 0.53 |
| Hex | C3 | 5E | 4A | 0 | 34 | 3E | 18 | A | 32 | 35 |
| Octal | 303 | 136 | 112 | 0 | 64 | 76 | 30 | 12 | 62 | 65 |
| Binary | 11000011 | 1011110 | 1001010 | 0 | 110100 | 111110 | 11000 | 1010 | 110010 | 110101 |
Color Harmonies of #C35E4A
Complementary color
Monochromatic Colors of #C35E4A
Black with #C35E4A
Text Example
Text Example
White with #C35E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35E4A; }
p { color: rgb(195,94,74); }
H1.HeaderClassName
{
color: #C35E4A;
}
.AnyTagClassName
{
color: #C35E4A;
}
</style>
background-color css
<style>
a { background-color: #C35E4A; }
a { background-color: rgb(195,94,74); }
div.DivClassName
{
background-color: #C35E4A;
}
.BgClassName
{
background-color: #C35E4A;
}
</style>
border-color css
<style>
span { border-color: #C35E4A; }
span { border-color: rgb(195,94,74); }
td.TdClassName
{
border-color: #C35E4A;
}
.TagClassName
{
border-color: #C35E4A;
}
</style>