Shades of Flame Pea #C36243
Tints of Flame Pea #C36243
RGB
CMYK
RGB Variations
Color information
#C36243 (or 0xC36243) is known color: Flame Pea. HEX triplet: C3, 62 and 43. RGB value is (195,98,67). Sum of RGB (Red+Green+Blue) = 195+98+67=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C36243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36243 is #3C9DBC. Grayscale: #7B7B7B. Windows color (decimal): -3972541 or 4416195. OLE color: 4416195.
HSL color Cylindrical-coordinate representation of color #C36243: hue angle of 14.53º 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 #C36243 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 67 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.24 |
| HSL | 14.53º | 0.52% | 0.51% | - |
| HSV(B) | 14.53º | 0.66% | 0.76% | - |
| XYZ | 27.89 | 20.74 | 7.84 | - |
| YUV | 123.47 | 96.14 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 67 | 0 | 0.50 | 0.66 | 0.24 | 14.53 | 0.52 | 0.51 |
| Hex | C3 | 62 | 43 | 0 | 32 | 42 | 18 | F | 34 | 33 |
| Octal | 303 | 142 | 103 | 0 | 62 | 102 | 30 | 17 | 64 | 63 |
| Binary | 11000011 | 1100010 | 1000011 | 0 | 110010 | 1000010 | 11000 | 1111 | 110100 | 110011 |
Color Harmonies of #C36243
Complementary color
Monochromatic Colors of #C36243
Black with #C36243
Text Example
Text Example
White with #C36243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36243; }
p { color: rgb(195,98,67); }
H1.HeaderClassName
{
color: #C36243;
}
.AnyTagClassName
{
color: #C36243;
}
</style>
background-color css
<style>
a { background-color: #C36243; }
a { background-color: rgb(195,98,67); }
div.DivClassName
{
background-color: #C36243;
}
.BgClassName
{
background-color: #C36243;
}
</style>
border-color css
<style>
span { border-color: #C36243; }
span { border-color: rgb(195,98,67); }
td.TdClassName
{
border-color: #C36243;
}
.TagClassName
{
border-color: #C36243;
}
</style>