Shades of Flame Pea #C35B4E
Tints of Flame Pea #C35B4E
RGB
CMYK
RGB Variations
Color information
#C35B4E (or 0xC35B4E) is known color: Flame Pea. HEX triplet: C3, 5B and 4E. RGB value is (195,91,78). Sum of RGB (Red+Green+Blue) = 195+91+78=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35B4E is #3CA4B1. Grayscale: #787878. Windows color (decimal): -3974322 or 5135299. OLE color: 5135299.
HSL color Cylindrical-coordinate representation of color #C35B4E: hue angle of 6.67º 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 #C35B4E is Cyan = 0, Magento = 0.53, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 91 | 78 | - |
| CMYK | 0 | 0.53 | 0.6 | 0.24 |
| HSL | 6.67º | 0.49% | 0.54% | - |
| HSV(B) | 6.67º | 0.6% | 0.76% | - |
| XYZ | 27.62 | 19.63 | 9.54 | - |
| YUV | 120.61 | 103.96 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 91 | 78 | 0 | 0.53 | 0.6 | 0.24 | 6.67 | 0.49 | 0.54 |
| Hex | C3 | 5B | 4E | 0 | 35 | 3C | 18 | 7 | 31 | 36 |
| Octal | 303 | 133 | 116 | 0 | 65 | 74 | 30 | 7 | 61 | 66 |
| Binary | 11000011 | 1011011 | 1001110 | 0 | 110101 | 111100 | 11000 | 111 | 110001 | 110110 |
Color Harmonies of #C35B4E
Complementary color
Monochromatic Colors of #C35B4E
Black with #C35B4E
Text Example
Text Example
White with #C35B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35B4E; }
p { color: rgb(195,91,78); }
H1.HeaderClassName
{
color: #C35B4E;
}
.AnyTagClassName
{
color: #C35B4E;
}
</style>
background-color css
<style>
a { background-color: #C35B4E; }
a { background-color: rgb(195,91,78); }
div.DivClassName
{
background-color: #C35B4E;
}
.BgClassName
{
background-color: #C35B4E;
}
</style>
border-color css
<style>
span { border-color: #C35B4E; }
span { border-color: rgb(195,91,78); }
td.TdClassName
{
border-color: #C35B4E;
}
.TagClassName
{
border-color: #C35B4E;
}
</style>