Shades of Flame Pea #C06446
Tints of Flame Pea #C06446
RGB
CMYK
RGB Variations
Color information
#C06446 (or 0xC06446) is known color: Flame Pea. HEX triplet: C0, 64 and 46. RGB value is (192,100,70). Sum of RGB (Red+Green+Blue) = 192+100+70=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C06446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06446 is #3F9BB9. Grayscale: #7C7C7C. Windows color (decimal): -4168634 or 4613312. OLE color: 4613312.
HSL color Cylindrical-coordinate representation of color #C06446: hue angle of 14.75º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C06446 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 70 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.25 |
| HSL | 14.75º | 0.49% | 0.51% | - |
| HSV(B) | 14.75º | 0.64% | 0.75% | - |
| XYZ | 27.4 | 20.76 | 8.36 | - |
| YUV | 124.09 | 97.48 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 70 | 0 | 0.48 | 0.64 | 0.25 | 14.75 | 0.49 | 0.51 |
| Hex | C0 | 64 | 46 | 0 | 30 | 40 | 19 | F | 31 | 33 |
| Octal | 300 | 144 | 106 | 0 | 60 | 100 | 31 | 17 | 61 | 63 |
| Binary | 11000000 | 1100100 | 1000110 | 0 | 110000 | 1000000 | 11001 | 1111 | 110001 | 110011 |
Color Harmonies of #C06446
Complementary color
Monochromatic Colors of #C06446
Black with #C06446
Text Example
Text Example
White with #C06446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06446; }
p { color: rgb(192,100,70); }
H1.HeaderClassName
{
color: #C06446;
}
.AnyTagClassName
{
color: #C06446;
}
</style>
background-color css
<style>
a { background-color: #C06446; }
a { background-color: rgb(192,100,70); }
div.DivClassName
{
background-color: #C06446;
}
.BgClassName
{
background-color: #C06446;
}
</style>
border-color css
<style>
span { border-color: #C06446; }
span { border-color: rgb(192,100,70); }
td.TdClassName
{
border-color: #C06446;
}
.TagClassName
{
border-color: #C06446;
}
</style>