Shades of Flame Pea #C0654C
Tints of Flame Pea #C0654C
RGB
CMYK
RGB Variations
Color information
#C0654C (or 0xC0654C) is known color: Flame Pea. HEX triplet: C0, 65 and 4C. RGB value is (192,101,76). Sum of RGB (Red+Green+Blue) = 192+101+76=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0654C is #3F9AB3. Grayscale: #7D7D7D. Windows color (decimal): -4168372 or 5006784. OLE color: 5006784.
HSL color Cylindrical-coordinate representation of color #C0654C: hue angle of 12.93º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0654C is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 76 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.25 |
| HSL | 12.93º | 0.48% | 0.53% | - |
| HSV(B) | 12.93º | 0.6% | 0.75% | - |
| XYZ | 27.7 | 21.04 | 9.44 | - |
| YUV | 125.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 76 | 0 | 0.47 | 0.60 | 0.25 | 12.93 | 0.48 | 0.53 |
| Hex | C0 | 65 | 4C | 0 | 2F | 3C | 19 | D | 30 | 35 |
| Octal | 300 | 145 | 114 | 0 | 57 | 74 | 31 | 15 | 60 | 65 |
| Binary | 11000000 | 1100101 | 1001100 | 0 | 101111 | 111100 | 11001 | 1101 | 110000 | 110101 |
Color Harmonies of #C0654C
Complementary color
Monochromatic Colors of #C0654C
Black with #C0654C
Text Example
Text Example
White with #C0654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0654C; }
p { color: rgb(192,101,76); }
H1.HeaderClassName
{
color: #C0654C;
}
.AnyTagClassName
{
color: #C0654C;
}
</style>
background-color css
<style>
a { background-color: #C0654C; }
a { background-color: rgb(192,101,76); }
div.DivClassName
{
background-color: #C0654C;
}
.BgClassName
{
background-color: #C0654C;
}
</style>
border-color css
<style>
span { border-color: #C0654C; }
span { border-color: rgb(192,101,76); }
td.TdClassName
{
border-color: #C0654C;
}
.TagClassName
{
border-color: #C0654C;
}
</style>