Shades of Flame Pea #C05C4C
Tints of Flame Pea #C05C4C
RGB
CMYK
RGB Variations
Color information
#C05C4C (or 0xC05C4C) is known color: Flame Pea. HEX triplet: C0, 5C and 4C. RGB value is (192,92,76). Sum of RGB (Red+Green+Blue) = 192+92+76=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05C4C is #3FA3B3. Grayscale: #787878. Windows color (decimal): -4170676 or 5004480. OLE color: 5004480.
HSL color Cylindrical-coordinate representation of color #C05C4C: hue angle of 8.28º 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 #C05C4C is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 76 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.25 |
| HSL | 8.28º | 0.48% | 0.53% | - |
| HSV(B) | 8.28º | 0.6% | 0.75% | - |
| XYZ | 26.87 | 19.38 | 9.16 | - |
| YUV | 120.08 | 103.13 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 76 | 0 | 0.52 | 0.60 | 0.25 | 8.28 | 0.48 | 0.53 |
| Hex | C0 | 5C | 4C | 0 | 34 | 3C | 19 | 8 | 30 | 35 |
| Octal | 300 | 134 | 114 | 0 | 64 | 74 | 31 | 10 | 60 | 65 |
| Binary | 11000000 | 1011100 | 1001100 | 0 | 110100 | 111100 | 11001 | 1000 | 110000 | 110101 |
Color Harmonies of #C05C4C
Complementary color
Monochromatic Colors of #C05C4C
Black with #C05C4C
Text Example
Text Example
White with #C05C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C4C; }
p { color: rgb(192,92,76); }
H1.HeaderClassName
{
color: #C05C4C;
}
.AnyTagClassName
{
color: #C05C4C;
}
</style>
background-color css
<style>
a { background-color: #C05C4C; }
a { background-color: rgb(192,92,76); }
div.DivClassName
{
background-color: #C05C4C;
}
.BgClassName
{
background-color: #C05C4C;
}
</style>
border-color css
<style>
span { border-color: #C05C4C; }
span { border-color: rgb(192,92,76); }
td.TdClassName
{
border-color: #C05C4C;
}
.TagClassName
{
border-color: #C05C4C;
}
</style>