Shades of Flame Pea #C06748
Tints of Flame Pea #C06748
RGB
CMYK
RGB Variations
Color information
#C06748 (or 0xC06748) is known color: Flame Pea. HEX triplet: C0, 67 and 48. RGB value is (192,103,72). Sum of RGB (Red+Green+Blue) = 192+103+72=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C06748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06748 is #3F98B7. Grayscale: #7E7E7E. Windows color (decimal): -4167864 or 4745152. OLE color: 4745152.
HSL color Cylindrical-coordinate representation of color #C06748: hue angle of 15.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C06748 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 72 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.25 |
| HSL | 15.5º | 0.49% | 0.52% | - |
| HSV(B) | 15.5º | 0.63% | 0.75% | - |
| XYZ | 27.76 | 21.37 | 8.79 | - |
| YUV | 126.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 72 | 0 | 0.46 | 0.63 | 0.25 | 15.5 | 0.49 | 0.52 |
| Hex | C0 | 67 | 48 | 0 | 2E | 3F | 19 | 10 | 31 | 34 |
| Octal | 300 | 147 | 110 | 0 | 56 | 77 | 31 | 20 | 61 | 64 |
| Binary | 11000000 | 1100111 | 1001000 | 0 | 101110 | 111111 | 11001 | 10000 | 110001 | 110100 |
Color Harmonies of #C06748
Complementary color
Monochromatic Colors of #C06748
Black with #C06748
Text Example
Text Example
White with #C06748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06748; }
p { color: rgb(192,103,72); }
H1.HeaderClassName
{
color: #C06748;
}
.AnyTagClassName
{
color: #C06748;
}
</style>
background-color css
<style>
a { background-color: #C06748; }
a { background-color: rgb(192,103,72); }
div.DivClassName
{
background-color: #C06748;
}
.BgClassName
{
background-color: #C06748;
}
</style>
border-color css
<style>
span { border-color: #C06748; }
span { border-color: rgb(192,103,72); }
td.TdClassName
{
border-color: #C06748;
}
.TagClassName
{
border-color: #C06748;
}
</style>