Shades of Flame Pea #C35742
Tints of Flame Pea #C35742
RGB
CMYK
RGB Variations
Color information
#C35742 (or 0xC35742) is known color: Flame Pea. HEX triplet: C3, 57 and 42. RGB value is (195,87,66). Sum of RGB (Red+Green+Blue) = 195+87+66=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C35742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35742 is #3CA8BD. Grayscale: #757575. Windows color (decimal): -3975358 or 4347843. OLE color: 4347843.
HSL color Cylindrical-coordinate representation of color #C35742: hue angle of 9.77º 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 #C35742 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 66 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.24 |
| HSL | 9.77º | 0.52% | 0.51% | - |
| HSV(B) | 9.77º | 0.66% | 0.76% | - |
| XYZ | 26.9 | 18.81 | 7.37 | - |
| YUV | 116.9 | 99.28 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 66 | 0 | 0.55 | 0.66 | 0.24 | 9.77 | 0.52 | 0.51 |
| Hex | C3 | 57 | 42 | 0 | 37 | 42 | 18 | A | 34 | 33 |
| Octal | 303 | 127 | 102 | 0 | 67 | 102 | 30 | 12 | 64 | 63 |
| Binary | 11000011 | 1010111 | 1000010 | 0 | 110111 | 1000010 | 11000 | 1010 | 110100 | 110011 |
Color Harmonies of #C35742
Complementary color
Monochromatic Colors of #C35742
Black with #C35742
Text Example
Text Example
White with #C35742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35742; }
p { color: rgb(195,87,66); }
H1.HeaderClassName
{
color: #C35742;
}
.AnyTagClassName
{
color: #C35742;
}
</style>
background-color css
<style>
a { background-color: #C35742; }
a { background-color: rgb(195,87,66); }
div.DivClassName
{
background-color: #C35742;
}
.BgClassName
{
background-color: #C35742;
}
</style>
border-color css
<style>
span { border-color: #C35742; }
span { border-color: rgb(195,87,66); }
td.TdClassName
{
border-color: #C35742;
}
.TagClassName
{
border-color: #C35742;
}
</style>