Shades of Flame Pea #C05D3F
Tints of Flame Pea #C05D3F
RGB
CMYK
RGB Variations
Color information
#C05D3F (or 0xC05D3F) is known color: Flame Pea. HEX triplet: C0, 5D and 3F. RGB value is (192,93,63). Sum of RGB (Red+Green+Blue) = 192+93+63=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05D3F is #3FA2C0. Grayscale: #777777. Windows color (decimal): -4170433 or 4152768. OLE color: 4152768.
HSL color Cylindrical-coordinate representation of color #C05D3F: hue angle of 13.95º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C05D3F is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 63 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.25 |
| HSL | 13.95º | 0.51% | 0.5% | - |
| HSV(B) | 13.95º | 0.67% | 0.75% | - |
| XYZ | 26.55 | 19.39 | 7.05 | - |
| YUV | 119.18 | 96.3 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 63 | 0 | 0.52 | 0.67 | 0.25 | 13.95 | 0.51 | 0.5 |
| Hex | C0 | 5D | 3F | 0 | 34 | 43 | 19 | E | 33 | 32 |
| Octal | 300 | 135 | 77 | 0 | 64 | 103 | 31 | 16 | 63 | 62 |
| Binary | 11000000 | 1011101 | 111111 | 0 | 110100 | 1000011 | 11001 | 1110 | 110011 | 110010 |
Color Harmonies of #C05D3F
Complementary color
Monochromatic Colors of #C05D3F
Black with #C05D3F
Text Example
Text Example
White with #C05D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D3F; }
p { color: rgb(192,93,63); }
H1.HeaderClassName
{
color: #C05D3F;
}
.AnyTagClassName
{
color: #C05D3F;
}
</style>
background-color css
<style>
a { background-color: #C05D3F; }
a { background-color: rgb(192,93,63); }
div.DivClassName
{
background-color: #C05D3F;
}
.BgClassName
{
background-color: #C05D3F;
}
</style>
border-color css
<style>
span { border-color: #C05D3F; }
span { border-color: rgb(192,93,63); }
td.TdClassName
{
border-color: #C05D3F;
}
.TagClassName
{
border-color: #C05D3F;
}
</style>