Shades of Flame Pea #C36045
Tints of Flame Pea #C36045
RGB
CMYK
RGB Variations
Color information
#C36045 (or 0xC36045) is known color: Flame Pea. HEX triplet: C3, 60 and 45. RGB value is (195,96,69). Sum of RGB (Red+Green+Blue) = 195+96+69=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C36045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36045 is #3C9FBA. Grayscale: #7A7A7A. Windows color (decimal): -3973051 or 4546755. OLE color: 4546755.
HSL color Cylindrical-coordinate representation of color #C36045: hue angle of 12.86º 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 #C36045 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 69 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.24 |
| HSL | 12.86º | 0.51% | 0.52% | - |
| HSV(B) | 12.86º | 0.65% | 0.76% | - |
| XYZ | 27.76 | 20.4 | 8.1 | - |
| YUV | 122.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 69 | 0 | 0.51 | 0.65 | 0.24 | 12.86 | 0.51 | 0.52 |
| Hex | C3 | 60 | 45 | 0 | 33 | 41 | 18 | D | 33 | 34 |
| Octal | 303 | 140 | 105 | 0 | 63 | 101 | 30 | 15 | 63 | 64 |
| Binary | 11000011 | 1100000 | 1000101 | 0 | 110011 | 1000001 | 11000 | 1101 | 110011 | 110100 |
Color Harmonies of #C36045
Complementary color
Monochromatic Colors of #C36045
Black with #C36045
Text Example
Text Example
White with #C36045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36045; }
p { color: rgb(195,96,69); }
H1.HeaderClassName
{
color: #C36045;
}
.AnyTagClassName
{
color: #C36045;
}
</style>
background-color css
<style>
a { background-color: #C36045; }
a { background-color: rgb(195,96,69); }
div.DivClassName
{
background-color: #C36045;
}
.BgClassName
{
background-color: #C36045;
}
</style>
border-color css
<style>
span { border-color: #C36045; }
span { border-color: rgb(195,96,69); }
td.TdClassName
{
border-color: #C36045;
}
.TagClassName
{
border-color: #C36045;
}
</style>