Shades of Flame Pea #C36343
Tints of Flame Pea #C36343
RGB
CMYK
RGB Variations
Color information
#C36343 (or 0xC36343) is known color: Flame Pea. HEX triplet: C3, 63 and 43. RGB value is (195,99,67). Sum of RGB (Red+Green+Blue) = 195+99+67=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C36343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36343 is #3C9CBC. Grayscale: #7C7C7C. Windows color (decimal): -3972285 or 4416451. OLE color: 4416451.
HSL color Cylindrical-coordinate representation of color #C36343: hue angle of 15º 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 #C36343 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 67 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.24 |
| HSL | 15º | 0.52% | 0.51% | - |
| HSV(B) | 15º | 0.66% | 0.76% | - |
| XYZ | 27.98 | 20.93 | 7.88 | - |
| YUV | 124.06 | 95.8 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 67 | 0 | 0.49 | 0.66 | 0.24 | 15 | 0.52 | 0.51 |
| Hex | C3 | 63 | 43 | 0 | 31 | 42 | 18 | F | 34 | 33 |
| Octal | 303 | 143 | 103 | 0 | 61 | 102 | 30 | 17 | 64 | 63 |
| Binary | 11000011 | 1100011 | 1000011 | 0 | 110001 | 1000010 | 11000 | 1111 | 110100 | 110011 |
Color Harmonies of #C36343
Complementary color
Monochromatic Colors of #C36343
Black with #C36343
Text Example
Text Example
White with #C36343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36343; }
p { color: rgb(195,99,67); }
H1.HeaderClassName
{
color: #C36343;
}
.AnyTagClassName
{
color: #C36343;
}
</style>
background-color css
<style>
a { background-color: #C36343; }
a { background-color: rgb(195,99,67); }
div.DivClassName
{
background-color: #C36343;
}
.BgClassName
{
background-color: #C36343;
}
</style>
border-color css
<style>
span { border-color: #C36343; }
span { border-color: rgb(195,99,67); }
td.TdClassName
{
border-color: #C36343;
}
.TagClassName
{
border-color: #C36343;
}
</style>