Shades of Flame Pea #C2654A
Tints of Flame Pea #C2654A
RGB
CMYK
RGB Variations
Color information
#C2654A (or 0xC2654A) is known color: Flame Pea. HEX triplet: C2, 65 and 4A. RGB value is (194,101,74). Sum of RGB (Red+Green+Blue) = 194+101+74=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2654A is #3D9AB5. Grayscale: #7D7D7D. Windows color (decimal): -4037302 or 4875714. OLE color: 4875714.
HSL color Cylindrical-coordinate representation of color #C2654A: hue angle of 13.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2654A is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 74 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.24 |
| HSL | 13.5º | 0.5% | 0.53% | - |
| HSV(B) | 13.5º | 0.62% | 0.76% | - |
| XYZ | 28.14 | 21.27 | 9.1 | - |
| YUV | 125.73 | 98.81 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 74 | 0 | 0.48 | 0.62 | 0.24 | 13.5 | 0.5 | 0.53 |
| Hex | C2 | 65 | 4A | 0 | 30 | 3E | 18 | E | 32 | 35 |
| Octal | 302 | 145 | 112 | 0 | 60 | 76 | 30 | 16 | 62 | 65 |
| Binary | 11000010 | 1100101 | 1001010 | 0 | 110000 | 111110 | 11000 | 1110 | 110010 | 110101 |
Color Harmonies of #C2654A
Complementary color
Monochromatic Colors of #C2654A
Black with #C2654A
Text Example
Text Example
White with #C2654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2654A; }
p { color: rgb(194,101,74); }
H1.HeaderClassName
{
color: #C2654A;
}
.AnyTagClassName
{
color: #C2654A;
}
</style>
background-color css
<style>
a { background-color: #C2654A; }
a { background-color: rgb(194,101,74); }
div.DivClassName
{
background-color: #C2654A;
}
.BgClassName
{
background-color: #C2654A;
}
</style>
border-color css
<style>
span { border-color: #C2654A; }
span { border-color: rgb(194,101,74); }
td.TdClassName
{
border-color: #C2654A;
}
.TagClassName
{
border-color: #C2654A;
}
</style>