Shades of Flame Pea #C35942
Tints of Flame Pea #C35942
RGB
CMYK
RGB Variations
Color information
#C35942 (or 0xC35942) is known color: Flame Pea. HEX triplet: C3, 59 and 42. RGB value is (195,89,66). Sum of RGB (Red+Green+Blue) = 195+89+66=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C35942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35942 is #3CA6BD. Grayscale: #767676. Windows color (decimal): -3974846 or 4348355. OLE color: 4348355.
HSL color Cylindrical-coordinate representation of color #C35942: hue angle of 10.7º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C35942 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 66 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.24 |
| HSL | 10.7º | 0.52% | 0.51% | - |
| HSV(B) | 10.7º | 0.66% | 0.76% | - |
| XYZ | 27.06 | 19.14 | 7.42 | - |
| YUV | 118.07 | 98.62 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 66 | 0 | 0.54 | 0.66 | 0.24 | 10.7 | 0.52 | 0.51 |
| Hex | C3 | 59 | 42 | 0 | 36 | 42 | 18 | B | 34 | 33 |
| Octal | 303 | 131 | 102 | 0 | 66 | 102 | 30 | 13 | 64 | 63 |
| Binary | 11000011 | 1011001 | 1000010 | 0 | 110110 | 1000010 | 11000 | 1011 | 110100 | 110011 |
Color Harmonies of #C35942
Complementary color
Monochromatic Colors of #C35942
Black with #C35942
Text Example
Text Example
White with #C35942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35942; }
p { color: rgb(195,89,66); }
H1.HeaderClassName
{
color: #C35942;
}
.AnyTagClassName
{
color: #C35942;
}
</style>
background-color css
<style>
a { background-color: #C35942; }
a { background-color: rgb(195,89,66); }
div.DivClassName
{
background-color: #C35942;
}
.BgClassName
{
background-color: #C35942;
}
</style>
border-color css
<style>
span { border-color: #C35942; }
span { border-color: rgb(195,89,66); }
td.TdClassName
{
border-color: #C35942;
}
.TagClassName
{
border-color: #C35942;
}
</style>