Shades of Flame Pea #C0614B
Tints of Flame Pea #C0614B
RGB
CMYK
RGB Variations
Color information
#C0614B (or 0xC0614B) is known color: Flame Pea. HEX triplet: C0, 61 and 4B. RGB value is (192,97,75). Sum of RGB (Red+Green+Blue) = 192+97+75=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C0614B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0614B is #3F9EB4. Grayscale: #7B7B7B. Windows color (decimal): -4169397 or 4940224. OLE color: 4940224.
HSL color Cylindrical-coordinate representation of color #C0614B: hue angle of 11.28º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0614B is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 75 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.25 |
| HSL | 11.28º | 0.48% | 0.52% | - |
| HSV(B) | 11.28º | 0.61% | 0.75% | - |
| XYZ | 27.28 | 20.26 | 9.13 | - |
| YUV | 122.9 | 100.97 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 75 | 0 | 0.49 | 0.61 | 0.25 | 11.28 | 0.48 | 0.52 |
| Hex | C0 | 61 | 4B | 0 | 31 | 3D | 19 | B | 30 | 34 |
| Octal | 300 | 141 | 113 | 0 | 61 | 75 | 31 | 13 | 60 | 64 |
| Binary | 11000000 | 1100001 | 1001011 | 0 | 110001 | 111101 | 11001 | 1011 | 110000 | 110100 |
Color Harmonies of #C0614B
Complementary color
Monochromatic Colors of #C0614B
Black with #C0614B
Text Example
Text Example
White with #C0614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0614B; }
p { color: rgb(192,97,75); }
H1.HeaderClassName
{
color: #C0614B;
}
.AnyTagClassName
{
color: #C0614B;
}
</style>
background-color css
<style>
a { background-color: #C0614B; }
a { background-color: rgb(192,97,75); }
div.DivClassName
{
background-color: #C0614B;
}
.BgClassName
{
background-color: #C0614B;
}
</style>
border-color css
<style>
span { border-color: #C0614B; }
span { border-color: rgb(192,97,75); }
td.TdClassName
{
border-color: #C0614B;
}
.TagClassName
{
border-color: #C0614B;
}
</style>