Shades of Flame Pea #C35946
Tints of Flame Pea #C35946
RGB
CMYK
RGB Variations
Color information
#C35946 (or 0xC35946) is known color: Flame Pea. HEX triplet: C3, 59 and 46. RGB value is (195,89,70). Sum of RGB (Red+Green+Blue) = 195+89+70=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C35946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35946 is #3CA6B9. Grayscale: #767676. Windows color (decimal): -3974842 or 4610499. OLE color: 4610499.
HSL color Cylindrical-coordinate representation of color #C35946: hue angle of 9.12º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C35946 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 70 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.24 |
| HSL | 9.12º | 0.51% | 0.52% | - |
| HSV(B) | 9.12º | 0.64% | 0.76% | - |
| XYZ | 27.18 | 19.19 | 8.07 | - |
| YUV | 118.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 70 | 0 | 0.54 | 0.64 | 0.24 | 9.12 | 0.51 | 0.52 |
| Hex | C3 | 59 | 46 | 0 | 36 | 40 | 18 | 9 | 33 | 34 |
| Octal | 303 | 131 | 106 | 0 | 66 | 100 | 30 | 11 | 63 | 64 |
| Binary | 11000011 | 1011001 | 1000110 | 0 | 110110 | 1000000 | 11000 | 1001 | 110011 | 110100 |
Color Harmonies of #C35946
Complementary color
Monochromatic Colors of #C35946
Black with #C35946
Text Example
Text Example
White with #C35946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35946; }
p { color: rgb(195,89,70); }
H1.HeaderClassName
{
color: #C35946;
}
.AnyTagClassName
{
color: #C35946;
}
</style>
background-color css
<style>
a { background-color: #C35946; }
a { background-color: rgb(195,89,70); }
div.DivClassName
{
background-color: #C35946;
}
.BgClassName
{
background-color: #C35946;
}
</style>
border-color css
<style>
span { border-color: #C35946; }
span { border-color: rgb(195,89,70); }
td.TdClassName
{
border-color: #C35946;
}
.TagClassName
{
border-color: #C35946;
}
</style>