Shades of Flame Pea #C2664C
Tints of Flame Pea #C2664C
RGB
CMYK
RGB Variations
Color information
#C2664C (or 0xC2664C) is known color: Flame Pea. HEX triplet: C2, 66 and 4C. RGB value is (194,102,76). Sum of RGB (Red+Green+Blue) = 194+102+76=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2664C is #3D99B3. Grayscale: #7E7E7E. Windows color (decimal): -4037044 or 5007042. OLE color: 5007042.
HSL color Cylindrical-coordinate representation of color #C2664C: hue angle of 13.22º degrees, saturation: 0.49, 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 #C2664C is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 102 | 76 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.24 |
| HSL | 13.22º | 0.49% | 0.53% | - |
| HSV(B) | 13.22º | 0.61% | 0.76% | - |
| XYZ | 28.3 | 21.49 | 9.49 | - |
| YUV | 126.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 76 | 0 | 0.47 | 0.61 | 0.24 | 13.22 | 0.49 | 0.53 |
| Hex | C2 | 66 | 4C | 0 | 2F | 3D | 18 | D | 31 | 35 |
| Octal | 302 | 146 | 114 | 0 | 57 | 75 | 30 | 15 | 61 | 65 |
| Binary | 11000010 | 1100110 | 1001100 | 0 | 101111 | 111101 | 11000 | 1101 | 110001 | 110101 |
Color Harmonies of #C2664C
Complementary color
Monochromatic Colors of #C2664C
Black with #C2664C
Text Example
Text Example
White with #C2664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2664C; }
p { color: rgb(194,102,76); }
H1.HeaderClassName
{
color: #C2664C;
}
.AnyTagClassName
{
color: #C2664C;
}
</style>
background-color css
<style>
a { background-color: #C2664C; }
a { background-color: rgb(194,102,76); }
div.DivClassName
{
background-color: #C2664C;
}
.BgClassName
{
background-color: #C2664C;
}
</style>
border-color css
<style>
span { border-color: #C2664C; }
span { border-color: rgb(194,102,76); }
td.TdClassName
{
border-color: #C2664C;
}
.TagClassName
{
border-color: #C2664C;
}
</style>