Shades of Flame Pea #C35843
Tints of Flame Pea #C35843
RGB
CMYK
RGB Variations
Color information
#C35843 (or 0xC35843) is known color: Flame Pea. HEX triplet: C3, 58 and 43. RGB value is (195,88,67). Sum of RGB (Red+Green+Blue) = 195+88+67=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C35843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35843 is #3CA7BC. Grayscale: #757575. Windows color (decimal): -3975101 or 4413635. OLE color: 4413635.
HSL color Cylindrical-coordinate representation of color #C35843: hue angle of 9.84º 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 #C35843 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 67 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.24 |
| HSL | 9.84º | 0.52% | 0.51% | - |
| HSV(B) | 9.84º | 0.66% | 0.76% | - |
| XYZ | 27.01 | 18.99 | 7.55 | - |
| YUV | 117.6 | 99.45 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 67 | 0 | 0.55 | 0.66 | 0.24 | 9.84 | 0.52 | 0.51 |
| Hex | C3 | 58 | 43 | 0 | 37 | 42 | 18 | A | 34 | 33 |
| Octal | 303 | 130 | 103 | 0 | 67 | 102 | 30 | 12 | 64 | 63 |
| Binary | 11000011 | 1011000 | 1000011 | 0 | 110111 | 1000010 | 11000 | 1010 | 110100 | 110011 |
Color Harmonies of #C35843
Complementary color
Monochromatic Colors of #C35843
Black with #C35843
Text Example
Text Example
White with #C35843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35843; }
p { color: rgb(195,88,67); }
H1.HeaderClassName
{
color: #C35843;
}
.AnyTagClassName
{
color: #C35843;
}
</style>
background-color css
<style>
a { background-color: #C35843; }
a { background-color: rgb(195,88,67); }
div.DivClassName
{
background-color: #C35843;
}
.BgClassName
{
background-color: #C35843;
}
</style>
border-color css
<style>
span { border-color: #C35843; }
span { border-color: rgb(195,88,67); }
td.TdClassName
{
border-color: #C35843;
}
.TagClassName
{
border-color: #C35843;
}
</style>