Shades of Flame Pea #C3614C
Tints of Flame Pea #C3614C
RGB
CMYK
RGB Variations
Color information
#C3614C (or 0xC3614C) is known color: Flame Pea. HEX triplet: C3, 61 and 4C. RGB value is (195,97,76). Sum of RGB (Red+Green+Blue) = 195+97+76=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3614C is #3C9EB3. Grayscale: #7C7C7C. Windows color (decimal): -3972788 or 5005763. OLE color: 5005763.
HSL color Cylindrical-coordinate representation of color #C3614C: hue angle of 10.59º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3614C is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 76 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.24 |
| HSL | 10.59º | 0.5% | 0.53% | - |
| HSV(B) | 10.59º | 0.61% | 0.76% | - |
| XYZ | 28.08 | 20.67 | 9.35 | - |
| YUV | 123.91 | 100.97 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 76 | 0 | 0.50 | 0.61 | 0.24 | 10.59 | 0.5 | 0.53 |
| Hex | C3 | 61 | 4C | 0 | 32 | 3D | 18 | B | 32 | 35 |
| Octal | 303 | 141 | 114 | 0 | 62 | 75 | 30 | 13 | 62 | 65 |
| Binary | 11000011 | 1100001 | 1001100 | 0 | 110010 | 111101 | 11000 | 1011 | 110010 | 110101 |
Color Harmonies of #C3614C
Complementary color
Monochromatic Colors of #C3614C
Black with #C3614C
Text Example
Text Example
White with #C3614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3614C; }
p { color: rgb(195,97,76); }
H1.HeaderClassName
{
color: #C3614C;
}
.AnyTagClassName
{
color: #C3614C;
}
</style>
background-color css
<style>
a { background-color: #C3614C; }
a { background-color: rgb(195,97,76); }
div.DivClassName
{
background-color: #C3614C;
}
.BgClassName
{
background-color: #C3614C;
}
</style>
border-color css
<style>
span { border-color: #C3614C; }
span { border-color: rgb(195,97,76); }
td.TdClassName
{
border-color: #C3614C;
}
.TagClassName
{
border-color: #C3614C;
}
</style>