Shades of Flame Pea #C36549
Tints of Flame Pea #C36549
RGB
CMYK
RGB Variations
Color information
#C36549 (or 0xC36549) is known color: Flame Pea. HEX triplet: C3, 65 and 49. RGB value is (195,101,73). Sum of RGB (Red+Green+Blue) = 195+101+73=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C36549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36549 is #3C9AB6. Grayscale: #7E7E7E. Windows color (decimal): -3971767 or 4810179. OLE color: 4810179.
HSL color Cylindrical-coordinate representation of color #C36549: hue angle of 13.77º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C36549 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 73 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.24 |
| HSL | 13.77º | 0.5% | 0.53% | - |
| HSV(B) | 13.77º | 0.63% | 0.76% | - |
| XYZ | 28.36 | 21.39 | 8.94 | - |
| YUV | 125.91 | 98.14 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 73 | 0 | 0.48 | 0.63 | 0.24 | 13.77 | 0.5 | 0.53 |
| Hex | C3 | 65 | 49 | 0 | 30 | 3F | 18 | E | 32 | 35 |
| Octal | 303 | 145 | 111 | 0 | 60 | 77 | 30 | 16 | 62 | 65 |
| Binary | 11000011 | 1100101 | 1001001 | 0 | 110000 | 111111 | 11000 | 1110 | 110010 | 110101 |
Color Harmonies of #C36549
Complementary color
Monochromatic Colors of #C36549
Black with #C36549
Text Example
Text Example
White with #C36549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36549; }
p { color: rgb(195,101,73); }
H1.HeaderClassName
{
color: #C36549;
}
.AnyTagClassName
{
color: #C36549;
}
</style>
background-color css
<style>
a { background-color: #C36549; }
a { background-color: rgb(195,101,73); }
div.DivClassName
{
background-color: #C36549;
}
.BgClassName
{
background-color: #C36549;
}
</style>
border-color css
<style>
span { border-color: #C36549; }
span { border-color: rgb(195,101,73); }
td.TdClassName
{
border-color: #C36549;
}
.TagClassName
{
border-color: #C36549;
}
</style>