Shades of Flame Pea #C05F4A
Tints of Flame Pea #C05F4A
RGB
CMYK
RGB Variations
Color information
#C05F4A (or 0xC05F4A) is known color: Flame Pea. HEX triplet: C0, 5F and 4A. RGB value is (192,95,74). Sum of RGB (Red+Green+Blue) = 192+95+74=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05F4A is #3FA0B5. Grayscale: #797979. Windows color (decimal): -4169910 or 4874176. OLE color: 4874176.
HSL color Cylindrical-coordinate representation of color #C05F4A: hue angle of 10.68º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C05F4A is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 74 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.25 |
| HSL | 10.68º | 0.48% | 0.52% | - |
| HSV(B) | 10.68º | 0.61% | 0.75% | - |
| XYZ | 27.07 | 19.89 | 8.89 | - |
| YUV | 121.61 | 101.14 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 74 | 0 | 0.51 | 0.61 | 0.25 | 10.68 | 0.48 | 0.52 |
| Hex | C0 | 5F | 4A | 0 | 33 | 3D | 19 | B | 30 | 34 |
| Octal | 300 | 137 | 112 | 0 | 63 | 75 | 31 | 13 | 60 | 64 |
| Binary | 11000000 | 1011111 | 1001010 | 0 | 110011 | 111101 | 11001 | 1011 | 110000 | 110100 |
Color Harmonies of #C05F4A
Complementary color
Monochromatic Colors of #C05F4A
Black with #C05F4A
Text Example
Text Example
White with #C05F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F4A; }
p { color: rgb(192,95,74); }
H1.HeaderClassName
{
color: #C05F4A;
}
.AnyTagClassName
{
color: #C05F4A;
}
</style>
background-color css
<style>
a { background-color: #C05F4A; }
a { background-color: rgb(192,95,74); }
div.DivClassName
{
background-color: #C05F4A;
}
.BgClassName
{
background-color: #C05F4A;
}
</style>
border-color css
<style>
span { border-color: #C05F4A; }
span { border-color: rgb(192,95,74); }
td.TdClassName
{
border-color: #C05F4A;
}
.TagClassName
{
border-color: #C05F4A;
}
</style>