Shades of Flame Pea #C05C3F
Tints of Flame Pea #C05C3F
RGB
CMYK
RGB Variations
Color information
#C05C3F (or 0xC05C3F) is known color: Flame Pea. HEX triplet: C0, 5C and 3F. RGB value is (192,92,63). Sum of RGB (Red+Green+Blue) = 192+92+63=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05C3F is #3FA3C0. Grayscale: #767676. Windows color (decimal): -4170689 or 4152512. OLE color: 4152512.
HSL color Cylindrical-coordinate representation of color #C05C3F: hue angle of 13.49º 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 #C05C3F is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 63 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.25 |
| HSL | 13.49º | 0.51% | 0.5% | - |
| HSV(B) | 13.49º | 0.67% | 0.75% | - |
| XYZ | 26.46 | 19.22 | 7.02 | - |
| YUV | 118.59 | 96.63 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 63 | 0 | 0.52 | 0.67 | 0.25 | 13.49 | 0.51 | 0.5 |
| Hex | C0 | 5C | 3F | 0 | 34 | 43 | 19 | D | 33 | 32 |
| Octal | 300 | 134 | 77 | 0 | 64 | 103 | 31 | 15 | 63 | 62 |
| Binary | 11000000 | 1011100 | 111111 | 0 | 110100 | 1000011 | 11001 | 1101 | 110011 | 110010 |
Color Harmonies of #C05C3F
Complementary color
Monochromatic Colors of #C05C3F
Black with #C05C3F
Text Example
Text Example
White with #C05C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C3F; }
p { color: rgb(192,92,63); }
H1.HeaderClassName
{
color: #C05C3F;
}
.AnyTagClassName
{
color: #C05C3F;
}
</style>
background-color css
<style>
a { background-color: #C05C3F; }
a { background-color: rgb(192,92,63); }
div.DivClassName
{
background-color: #C05C3F;
}
.BgClassName
{
background-color: #C05C3F;
}
</style>
border-color css
<style>
span { border-color: #C05C3F; }
span { border-color: rgb(192,92,63); }
td.TdClassName
{
border-color: #C05C3F;
}
.TagClassName
{
border-color: #C05C3F;
}
</style>