Shades of Flame Pea #C0664E
Tints of Flame Pea #C0664E
RGB
CMYK
RGB Variations
Color information
#C0664E (or 0xC0664E) is known color: Flame Pea. HEX triplet: C0, 66 and 4E. RGB value is (192,102,78). Sum of RGB (Red+Green+Blue) = 192+102+78=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0664E is #3F99B1. Grayscale: #7E7E7E. Windows color (decimal): -4168114 or 5138112. OLE color: 5138112.
HSL color Cylindrical-coordinate representation of color #C0664E: hue angle of 12.63º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0664E is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 78 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.25 |
| HSL | 12.63º | 0.48% | 0.53% | - |
| HSV(B) | 12.63º | 0.59% | 0.75% | - |
| XYZ | 27.86 | 21.26 | 9.84 | - |
| YUV | 126.17 | 100.82 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 78 | 0 | 0.47 | 0.59 | 0.25 | 12.63 | 0.48 | 0.53 |
| Hex | C0 | 66 | 4E | 0 | 2F | 3B | 19 | D | 30 | 35 |
| Octal | 300 | 146 | 116 | 0 | 57 | 73 | 31 | 15 | 60 | 65 |
| Binary | 11000000 | 1100110 | 1001110 | 0 | 101111 | 111011 | 11001 | 1101 | 110000 | 110101 |
Color Harmonies of #C0664E
Complementary color
Monochromatic Colors of #C0664E
Black with #C0664E
Text Example
Text Example
White with #C0664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0664E; }
p { color: rgb(192,102,78); }
H1.HeaderClassName
{
color: #C0664E;
}
.AnyTagClassName
{
color: #C0664E;
}
</style>
background-color css
<style>
a { background-color: #C0664E; }
a { background-color: rgb(192,102,78); }
div.DivClassName
{
background-color: #C0664E;
}
.BgClassName
{
background-color: #C0664E;
}
</style>
border-color css
<style>
span { border-color: #C0664E; }
span { border-color: rgb(192,102,78); }
td.TdClassName
{
border-color: #C0664E;
}
.TagClassName
{
border-color: #C0664E;
}
</style>