Shades of Flame Pea #C36245
Tints of Flame Pea #C36245
RGB
CMYK
RGB Variations
Color information
#C36245 (or 0xC36245) is known color: Flame Pea. HEX triplet: C3, 62 and 45. RGB value is (195,98,69). Sum of RGB (Red+Green+Blue) = 195+98+69=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C36245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36245 is #3C9DBA. Grayscale: #7B7B7B. Windows color (decimal): -3972539 or 4547267. OLE color: 4547267.
HSL color Cylindrical-coordinate representation of color #C36245: hue angle of 13.81º 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 #C36245 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 69 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.24 |
| HSL | 13.81º | 0.51% | 0.52% | - |
| HSV(B) | 13.81º | 0.65% | 0.76% | - |
| XYZ | 27.95 | 20.77 | 8.17 | - |
| YUV | 123.7 | 97.14 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 69 | 0 | 0.50 | 0.65 | 0.24 | 13.81 | 0.51 | 0.52 |
| Hex | C3 | 62 | 45 | 0 | 32 | 41 | 18 | E | 33 | 34 |
| Octal | 303 | 142 | 105 | 0 | 62 | 101 | 30 | 16 | 63 | 64 |
| Binary | 11000011 | 1100010 | 1000101 | 0 | 110010 | 1000001 | 11000 | 1110 | 110011 | 110100 |
Color Harmonies of #C36245
Complementary color
Monochromatic Colors of #C36245
Black with #C36245
Text Example
Text Example
White with #C36245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36245; }
p { color: rgb(195,98,69); }
H1.HeaderClassName
{
color: #C36245;
}
.AnyTagClassName
{
color: #C36245;
}
</style>
background-color css
<style>
a { background-color: #C36245; }
a { background-color: rgb(195,98,69); }
div.DivClassName
{
background-color: #C36245;
}
.BgClassName
{
background-color: #C36245;
}
</style>
border-color css
<style>
span { border-color: #C36245; }
span { border-color: rgb(195,98,69); }
td.TdClassName
{
border-color: #C36245;
}
.TagClassName
{
border-color: #C36245;
}
</style>