Shades of Flame Pea #C05C49
Tints of Flame Pea #C05C49
RGB
CMYK
RGB Variations
Color information
#C05C49 (or 0xC05C49) is known color: Flame Pea. HEX triplet: C0, 5C and 49. RGB value is (192,92,73). Sum of RGB (Red+Green+Blue) = 192+92+73=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05C49 is #3FA3B6. Grayscale: #777777. Windows color (decimal): -4170679 or 4807872. OLE color: 4807872.
HSL color Cylindrical-coordinate representation of color #C05C49: hue angle of 9.58º 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 #C05C49 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 73 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.25 |
| HSL | 9.58º | 0.49% | 0.52% | - |
| HSV(B) | 9.58º | 0.62% | 0.75% | - |
| XYZ | 26.77 | 19.34 | 8.63 | - |
| YUV | 119.73 | 101.63 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 73 | 0 | 0.52 | 0.62 | 0.25 | 9.58 | 0.49 | 0.52 |
| Hex | C0 | 5C | 49 | 0 | 34 | 3E | 19 | A | 31 | 34 |
| Octal | 300 | 134 | 111 | 0 | 64 | 76 | 31 | 12 | 61 | 64 |
| Binary | 11000000 | 1011100 | 1001001 | 0 | 110100 | 111110 | 11001 | 1010 | 110001 | 110100 |
Color Harmonies of #C05C49
Complementary color
Monochromatic Colors of #C05C49
Black with #C05C49
Text Example
Text Example
White with #C05C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C49; }
p { color: rgb(192,92,73); }
H1.HeaderClassName
{
color: #C05C49;
}
.AnyTagClassName
{
color: #C05C49;
}
</style>
background-color css
<style>
a { background-color: #C05C49; }
a { background-color: rgb(192,92,73); }
div.DivClassName
{
background-color: #C05C49;
}
.BgClassName
{
background-color: #C05C49;
}
</style>
border-color css
<style>
span { border-color: #C05C49; }
span { border-color: rgb(192,92,73); }
td.TdClassName
{
border-color: #C05C49;
}
.TagClassName
{
border-color: #C05C49;
}
</style>