Shades of Flame Pea #C36445
Tints of Flame Pea #C36445
RGB
CMYK
RGB Variations
Color information
#C36445 (or 0xC36445) is known color: Flame Pea. HEX triplet: C3, 64 and 45. RGB value is (195,100,69). Sum of RGB (Red+Green+Blue) = 195+100+69=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C36445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36445 is #3C9BBA. Grayscale: #7D7D7D. Windows color (decimal): -3972027 or 4547779. OLE color: 4547779.
HSL color Cylindrical-coordinate representation of color #C36445: hue angle of 14.76º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C36445 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 69 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.24 |
| HSL | 14.76º | 0.51% | 0.52% | - |
| HSV(B) | 14.76º | 0.65% | 0.76% | - |
| XYZ | 28.14 | 21.15 | 8.23 | - |
| YUV | 124.87 | 96.47 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 69 | 0 | 0.49 | 0.65 | 0.24 | 14.76 | 0.51 | 0.52 |
| Hex | C3 | 64 | 45 | 0 | 31 | 41 | 18 | F | 33 | 34 |
| Octal | 303 | 144 | 105 | 0 | 61 | 101 | 30 | 17 | 63 | 64 |
| Binary | 11000011 | 1100100 | 1000101 | 0 | 110001 | 1000001 | 11000 | 1111 | 110011 | 110100 |
Color Harmonies of #C36445
Complementary color
Monochromatic Colors of #C36445
Black with #C36445
Text Example
Text Example
White with #C36445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36445; }
p { color: rgb(195,100,69); }
H1.HeaderClassName
{
color: #C36445;
}
.AnyTagClassName
{
color: #C36445;
}
</style>
background-color css
<style>
a { background-color: #C36445; }
a { background-color: rgb(195,100,69); }
div.DivClassName
{
background-color: #C36445;
}
.BgClassName
{
background-color: #C36445;
}
</style>
border-color css
<style>
span { border-color: #C36445; }
span { border-color: rgb(195,100,69); }
td.TdClassName
{
border-color: #C36445;
}
.TagClassName
{
border-color: #C36445;
}
</style>