Shades of Flame Pea #C05D42
Tints of Flame Pea #C05D42
RGB
CMYK
RGB Variations
Color information
#C05D42 (or 0xC05D42) is known color: Flame Pea. HEX triplet: C0, 5D and 42. RGB value is (192,93,66). Sum of RGB (Red+Green+Blue) = 192+93+66=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05D42 is #3FA2BD. Grayscale: #777777. Windows color (decimal): -4170430 or 4349376. OLE color: 4349376.
HSL color Cylindrical-coordinate representation of color #C05D42: hue angle of 12.86º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C05D42 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 66 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.25 |
| HSL | 12.86º | 0.5% | 0.51% | - |
| HSV(B) | 12.86º | 0.66% | 0.75% | - |
| XYZ | 26.64 | 19.43 | 7.5 | - |
| YUV | 119.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 66 | 0 | 0.52 | 0.66 | 0.25 | 12.86 | 0.5 | 0.51 |
| Hex | C0 | 5D | 42 | 0 | 34 | 42 | 19 | D | 32 | 33 |
| Octal | 300 | 135 | 102 | 0 | 64 | 102 | 31 | 15 | 62 | 63 |
| Binary | 11000000 | 1011101 | 1000010 | 0 | 110100 | 1000010 | 11001 | 1101 | 110010 | 110011 |
Color Harmonies of #C05D42
Complementary color
Monochromatic Colors of #C05D42
Black with #C05D42
Text Example
Text Example
White with #C05D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D42; }
p { color: rgb(192,93,66); }
H1.HeaderClassName
{
color: #C05D42;
}
.AnyTagClassName
{
color: #C05D42;
}
</style>
background-color css
<style>
a { background-color: #C05D42; }
a { background-color: rgb(192,93,66); }
div.DivClassName
{
background-color: #C05D42;
}
.BgClassName
{
background-color: #C05D42;
}
</style>
border-color css
<style>
span { border-color: #C05D42; }
span { border-color: rgb(192,93,66); }
td.TdClassName
{
border-color: #C05D42;
}
.TagClassName
{
border-color: #C05D42;
}
</style>