Shades of Flame Pea #C2664D
Tints of Flame Pea #C2664D
RGB
CMYK
RGB Variations
Color information
#C2664D (or 0xC2664D) is known color: Flame Pea. HEX triplet: C2, 66 and 4D. RGB value is (194,102,77). Sum of RGB (Red+Green+Blue) = 194+102+77=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2664D is #3D99B2. Grayscale: #7E7E7E. Windows color (decimal): -4037043 or 5072578. OLE color: 5072578.
HSL color Cylindrical-coordinate representation of color #C2664D: hue angle of 12.82º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2664D is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 102 | 77 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.24 |
| HSL | 12.82º | 0.49% | 0.53% | - |
| HSV(B) | 12.82º | 0.6% | 0.76% | - |
| XYZ | 28.34 | 21.51 | 9.68 | - |
| YUV | 126.66 | 99.98 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 77 | 0 | 0.47 | 0.60 | 0.24 | 12.82 | 0.49 | 0.53 |
| Hex | C2 | 66 | 4D | 0 | 2F | 3C | 18 | D | 31 | 35 |
| Octal | 302 | 146 | 115 | 0 | 57 | 74 | 30 | 15 | 61 | 65 |
| Binary | 11000010 | 1100110 | 1001101 | 0 | 101111 | 111100 | 11000 | 1101 | 110001 | 110101 |
Color Harmonies of #C2664D
Complementary color
Monochromatic Colors of #C2664D
Black with #C2664D
Text Example
Text Example
White with #C2664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2664D; }
p { color: rgb(194,102,77); }
H1.HeaderClassName
{
color: #C2664D;
}
.AnyTagClassName
{
color: #C2664D;
}
</style>
background-color css
<style>
a { background-color: #C2664D; }
a { background-color: rgb(194,102,77); }
div.DivClassName
{
background-color: #C2664D;
}
.BgClassName
{
background-color: #C2664D;
}
</style>
border-color css
<style>
span { border-color: #C2664D; }
span { border-color: rgb(194,102,77); }
td.TdClassName
{
border-color: #C2664D;
}
.TagClassName
{
border-color: #C2664D;
}
</style>