Shades of Flame Pea #C05B4D
Tints of Flame Pea #C05B4D
RGB
CMYK
RGB Variations
Color information
#C05B4D (or 0xC05B4D) is known color: Flame Pea. HEX triplet: C0, 5B and 4D. RGB value is (192,91,77). Sum of RGB (Red+Green+Blue) = 192+91+77=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B4D is #3FA4B2. Grayscale: #777777. Windows color (decimal): -4170931 or 5069760. OLE color: 5069760.
HSL color Cylindrical-coordinate representation of color #C05B4D: hue angle of 7.3º 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 #C05B4D is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 77 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.25 |
| HSL | 7.3º | 0.48% | 0.53% | - |
| HSV(B) | 7.3º | 0.6% | 0.75% | - |
| XYZ | 26.82 | 19.22 | 9.32 | - |
| YUV | 119.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 77 | 0 | 0.53 | 0.60 | 0.25 | 7.3 | 0.48 | 0.53 |
| Hex | C0 | 5B | 4D | 0 | 35 | 3C | 19 | 7 | 30 | 35 |
| Octal | 300 | 133 | 115 | 0 | 65 | 74 | 31 | 7 | 60 | 65 |
| Binary | 11000000 | 1011011 | 1001101 | 0 | 110101 | 111100 | 11001 | 111 | 110000 | 110101 |
Color Harmonies of #C05B4D
Complementary color
Monochromatic Colors of #C05B4D
Black with #C05B4D
Text Example
Text Example
White with #C05B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05B4D; }
p { color: rgb(192,91,77); }
H1.HeaderClassName
{
color: #C05B4D;
}
.AnyTagClassName
{
color: #C05B4D;
}
</style>
background-color css
<style>
a { background-color: #C05B4D; }
a { background-color: rgb(192,91,77); }
div.DivClassName
{
background-color: #C05B4D;
}
.BgClassName
{
background-color: #C05B4D;
}
</style>
border-color css
<style>
span { border-color: #C05B4D; }
span { border-color: rgb(192,91,77); }
td.TdClassName
{
border-color: #C05B4D;
}
.TagClassName
{
border-color: #C05B4D;
}
</style>