Shades of Flame Pea #C35D46
Tints of Flame Pea #C35D46
RGB
CMYK
RGB Variations
Color information
#C35D46 (or 0xC35D46) is known color: Flame Pea. HEX triplet: C3, 5D and 46. RGB value is (195,93,70). Sum of RGB (Red+Green+Blue) = 195+93+70=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D46 is #3CA2B9. Grayscale: #797979. Windows color (decimal): -3973818 or 4611523. OLE color: 4611523.
HSL color Cylindrical-coordinate representation of color #C35D46: hue angle of 11.04º 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 #C35D46 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 70 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.24 |
| HSL | 11.04º | 0.51% | 0.52% | - |
| HSV(B) | 11.04º | 0.64% | 0.76% | - |
| XYZ | 27.53 | 19.87 | 8.18 | - |
| YUV | 120.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 70 | 0 | 0.52 | 0.64 | 0.24 | 11.04 | 0.51 | 0.52 |
| Hex | C3 | 5D | 46 | 0 | 34 | 40 | 18 | B | 33 | 34 |
| Octal | 303 | 135 | 106 | 0 | 64 | 100 | 30 | 13 | 63 | 64 |
| Binary | 11000011 | 1011101 | 1000110 | 0 | 110100 | 1000000 | 11000 | 1011 | 110011 | 110100 |
Color Harmonies of #C35D46
Complementary color
Monochromatic Colors of #C35D46
Black with #C35D46
Text Example
Text Example
White with #C35D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D46; }
p { color: rgb(195,93,70); }
H1.HeaderClassName
{
color: #C35D46;
}
.AnyTagClassName
{
color: #C35D46;
}
</style>
background-color css
<style>
a { background-color: #C35D46; }
a { background-color: rgb(195,93,70); }
div.DivClassName
{
background-color: #C35D46;
}
.BgClassName
{
background-color: #C35D46;
}
</style>
border-color css
<style>
span { border-color: #C35D46; }
span { border-color: rgb(195,93,70); }
td.TdClassName
{
border-color: #C35D46;
}
.TagClassName
{
border-color: #C35D46;
}
</style>