Shades of Flame Pea #C06343
Tints of Flame Pea #C06343
RGB
CMYK
RGB Variations
Color information
#C06343 (or 0xC06343) is known color: Flame Pea. HEX triplet: C0, 63 and 43. RGB value is (192,99,67). Sum of RGB (Red+Green+Blue) = 192+99+67=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C06343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06343 is #3F9CBC. Grayscale: #7B7B7B. Windows color (decimal): -4168893 or 4416448. OLE color: 4416448.
HSL color Cylindrical-coordinate representation of color #C06343: hue angle of 15.36º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C06343 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 67 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.25 |
| HSL | 15.36º | 0.5% | 0.51% | - |
| HSV(B) | 15.36º | 0.65% | 0.75% | - |
| XYZ | 27.21 | 20.54 | 7.84 | - |
| YUV | 123.16 | 96.31 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 67 | 0 | 0.48 | 0.65 | 0.25 | 15.36 | 0.5 | 0.51 |
| Hex | C0 | 63 | 43 | 0 | 30 | 41 | 19 | F | 32 | 33 |
| Octal | 300 | 143 | 103 | 0 | 60 | 101 | 31 | 17 | 62 | 63 |
| Binary | 11000000 | 1100011 | 1000011 | 0 | 110000 | 1000001 | 11001 | 1111 | 110010 | 110011 |
Color Harmonies of #C06343
Complementary color
Monochromatic Colors of #C06343
Black with #C06343
Text Example
Text Example
White with #C06343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06343; }
p { color: rgb(192,99,67); }
H1.HeaderClassName
{
color: #C06343;
}
.AnyTagClassName
{
color: #C06343;
}
</style>
background-color css
<style>
a { background-color: #C06343; }
a { background-color: rgb(192,99,67); }
div.DivClassName
{
background-color: #C06343;
}
.BgClassName
{
background-color: #C06343;
}
</style>
border-color css
<style>
span { border-color: #C06343; }
span { border-color: rgb(192,99,67); }
td.TdClassName
{
border-color: #C06343;
}
.TagClassName
{
border-color: #C06343;
}
</style>