Shades of Flame Pea #C35542
Tints of Flame Pea #C35542
RGB
CMYK
RGB Variations
Color information
#C35542 (or 0xC35542) is known color: Flame Pea. HEX triplet: C3, 55 and 42. RGB value is (195,85,66). Sum of RGB (Red+Green+Blue) = 195+85+66=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C35542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35542 is #3CAABD. Grayscale: #737373. Windows color (decimal): -3975870 or 4347331. OLE color: 4347331.
HSL color Cylindrical-coordinate representation of color #C35542: hue angle of 8.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 #C35542 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 66 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.24 |
| HSL | 8.84º | 0.52% | 0.51% | - |
| HSV(B) | 8.84º | 0.66% | 0.76% | - |
| XYZ | 26.74 | 18.49 | 7.31 | - |
| YUV | 115.72 | 99.94 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 66 | 0 | 0.56 | 0.66 | 0.24 | 8.84 | 0.52 | 0.51 |
| Hex | C3 | 55 | 42 | 0 | 38 | 42 | 18 | 9 | 34 | 33 |
| Octal | 303 | 125 | 102 | 0 | 70 | 102 | 30 | 11 | 64 | 63 |
| Binary | 11000011 | 1010101 | 1000010 | 0 | 111000 | 1000010 | 11000 | 1001 | 110100 | 110011 |
Color Harmonies of #C35542
Complementary color
Monochromatic Colors of #C35542
Black with #C35542
Text Example
Text Example
White with #C35542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35542; }
p { color: rgb(195,85,66); }
H1.HeaderClassName
{
color: #C35542;
}
.AnyTagClassName
{
color: #C35542;
}
</style>
background-color css
<style>
a { background-color: #C35542; }
a { background-color: rgb(195,85,66); }
div.DivClassName
{
background-color: #C35542;
}
.BgClassName
{
background-color: #C35542;
}
</style>
border-color css
<style>
span { border-color: #C35542; }
span { border-color: rgb(195,85,66); }
td.TdClassName
{
border-color: #C35542;
}
.TagClassName
{
border-color: #C35542;
}
</style>