Shades of Flame Pea #C4664C
Tints of Flame Pea #C4664C
RGB
CMYK
RGB Variations
Color information
#C4664C (or 0xC4664C) is known color: Flame Pea. HEX triplet: C4, 66 and 4C. RGB value is (196,102,76). Sum of RGB (Red+Green+Blue) = 196+102+76=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4664C is #3B99B3. Grayscale: #7F7F7F. Windows color (decimal): -3905972 or 5007044. OLE color: 5007044.
HSL color Cylindrical-coordinate representation of color #C4664C: hue angle of 13º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4664C is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 76 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.23 |
| HSL | 13º | 0.5% | 0.53% | - |
| HSV(B) | 13º | 0.61% | 0.77% | - |
| XYZ | 28.82 | 21.76 | 9.52 | - |
| YUV | 127.14 | 99.14 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 76 | 0 | 0.48 | 0.61 | 0.23 | 13 | 0.5 | 0.53 |
| Hex | C4 | 66 | 4C | 0 | 30 | 3D | 17 | D | 32 | 35 |
| Octal | 304 | 146 | 114 | 0 | 60 | 75 | 27 | 15 | 62 | 65 |
| Binary | 11000100 | 1100110 | 1001100 | 0 | 110000 | 111101 | 10111 | 1101 | 110010 | 110101 |
Color Harmonies of #C4664C
Complementary color
Monochromatic Colors of #C4664C
Black with #C4664C
Text Example
Text Example
White with #C4664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4664C; }
p { color: rgb(196,102,76); }
H1.HeaderClassName
{
color: #C4664C;
}
.AnyTagClassName
{
color: #C4664C;
}
</style>
background-color css
<style>
a { background-color: #C4664C; }
a { background-color: rgb(196,102,76); }
div.DivClassName
{
background-color: #C4664C;
}
.BgClassName
{
background-color: #C4664C;
}
</style>
border-color css
<style>
span { border-color: #C4664C; }
span { border-color: rgb(196,102,76); }
td.TdClassName
{
border-color: #C4664C;
}
.TagClassName
{
border-color: #C4664C;
}
</style>