Shades of Flame Pea #C06142
Tints of Flame Pea #C06142
RGB
CMYK
RGB Variations
Color information
#C06142 (or 0xC06142) is known color: Flame Pea. HEX triplet: C0, 61 and 42. RGB value is (192,97,66). Sum of RGB (Red+Green+Blue) = 192+97+66=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C06142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06142 is #3F9EBD. Grayscale: #7A7A7A. Windows color (decimal): -4169406 or 4350400. OLE color: 4350400.
HSL color Cylindrical-coordinate representation of color #C06142: hue angle of 14.76º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C06142 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 66 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.25 |
| HSL | 14.76º | 0.5% | 0.51% | - |
| HSV(B) | 14.76º | 0.66% | 0.75% | - |
| XYZ | 27 | 20.15 | 7.62 | - |
| YUV | 121.87 | 96.47 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 66 | 0 | 0.49 | 0.66 | 0.25 | 14.76 | 0.5 | 0.51 |
| Hex | C0 | 61 | 42 | 0 | 31 | 42 | 19 | F | 32 | 33 |
| Octal | 300 | 141 | 102 | 0 | 61 | 102 | 31 | 17 | 62 | 63 |
| Binary | 11000000 | 1100001 | 1000010 | 0 | 110001 | 1000010 | 11001 | 1111 | 110010 | 110011 |
Color Harmonies of #C06142
Complementary color
Monochromatic Colors of #C06142
Black with #C06142
Text Example
Text Example
White with #C06142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06142; }
p { color: rgb(192,97,66); }
H1.HeaderClassName
{
color: #C06142;
}
.AnyTagClassName
{
color: #C06142;
}
</style>
background-color css
<style>
a { background-color: #C06142; }
a { background-color: rgb(192,97,66); }
div.DivClassName
{
background-color: #C06142;
}
.BgClassName
{
background-color: #C06142;
}
</style>
border-color css
<style>
span { border-color: #C06142; }
span { border-color: rgb(192,97,66); }
td.TdClassName
{
border-color: #C06142;
}
.TagClassName
{
border-color: #C06142;
}
</style>