Shades of Flame Pea #C05D4D
Tints of Flame Pea #C05D4D
RGB
CMYK
RGB Variations
Color information
#C05D4D (or 0xC05D4D) is known color: Flame Pea. HEX triplet: C0, 5D and 4D. RGB value is (192,93,77). Sum of RGB (Red+Green+Blue) = 192+93+77=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05D4D is #3FA2B2. Grayscale: #787878. Windows color (decimal): -4170419 or 5070272. OLE color: 5070272.
HSL color Cylindrical-coordinate representation of color #C05D4D: hue angle of 8.35º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C05D4D is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 77 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.25 |
| HSL | 8.35º | 0.48% | 0.53% | - |
| HSV(B) | 8.35º | 0.6% | 0.75% | - |
| XYZ | 26.99 | 19.57 | 9.38 | - |
| YUV | 120.78 | 103.3 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 77 | 0 | 0.52 | 0.60 | 0.25 | 8.35 | 0.48 | 0.53 |
| Hex | C0 | 5D | 4D | 0 | 34 | 3C | 19 | 8 | 30 | 35 |
| Octal | 300 | 135 | 115 | 0 | 64 | 74 | 31 | 10 | 60 | 65 |
| Binary | 11000000 | 1011101 | 1001101 | 0 | 110100 | 111100 | 11001 | 1000 | 110000 | 110101 |
Color Harmonies of #C05D4D
Complementary color
Monochromatic Colors of #C05D4D
Black with #C05D4D
Text Example
Text Example
White with #C05D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D4D; }
p { color: rgb(192,93,77); }
H1.HeaderClassName
{
color: #C05D4D;
}
.AnyTagClassName
{
color: #C05D4D;
}
</style>
background-color css
<style>
a { background-color: #C05D4D; }
a { background-color: rgb(192,93,77); }
div.DivClassName
{
background-color: #C05D4D;
}
.BgClassName
{
background-color: #C05D4D;
}
</style>
border-color css
<style>
span { border-color: #C05D4D; }
span { border-color: rgb(192,93,77); }
td.TdClassName
{
border-color: #C05D4D;
}
.TagClassName
{
border-color: #C05D4D;
}
</style>