Shades of Flame Pea #C06245
Tints of Flame Pea #C06245
RGB
CMYK
RGB Variations
Color information
#C06245 (or 0xC06245) is known color: Flame Pea. HEX triplet: C0, 62 and 45. RGB value is (192,98,69). Sum of RGB (Red+Green+Blue) = 192+98+69=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C06245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06245 is #3F9DBA. Grayscale: #7B7B7B. Windows color (decimal): -4169147 or 4547264. OLE color: 4547264.
HSL color Cylindrical-coordinate representation of color #C06245: hue angle of 14.15º 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 #C06245 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 69 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.25 |
| HSL | 14.15º | 0.49% | 0.51% | - |
| HSV(B) | 14.15º | 0.64% | 0.75% | - |
| XYZ | 27.18 | 20.37 | 8.13 | - |
| YUV | 122.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 69 | 0 | 0.49 | 0.64 | 0.25 | 14.15 | 0.49 | 0.51 |
| Hex | C0 | 62 | 45 | 0 | 31 | 40 | 19 | E | 31 | 33 |
| Octal | 300 | 142 | 105 | 0 | 61 | 100 | 31 | 16 | 61 | 63 |
| Binary | 11000000 | 1100010 | 1000101 | 0 | 110001 | 1000000 | 11001 | 1110 | 110001 | 110011 |
Color Harmonies of #C06245
Complementary color
Monochromatic Colors of #C06245
Black with #C06245
Text Example
Text Example
White with #C06245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06245; }
p { color: rgb(192,98,69); }
H1.HeaderClassName
{
color: #C06245;
}
.AnyTagClassName
{
color: #C06245;
}
</style>
background-color css
<style>
a { background-color: #C06245; }
a { background-color: rgb(192,98,69); }
div.DivClassName
{
background-color: #C06245;
}
.BgClassName
{
background-color: #C06245;
}
</style>
border-color css
<style>
span { border-color: #C06245; }
span { border-color: rgb(192,98,69); }
td.TdClassName
{
border-color: #C06245;
}
.TagClassName
{
border-color: #C06245;
}
</style>