Shades of Flame Pea #C05A41
Tints of Flame Pea #C05A41
RGB
CMYK
RGB Variations
Color information
#C05A41 (or 0xC05A41) is known color: Flame Pea. HEX triplet: C0, 5A and 41. RGB value is (192,90,65). Sum of RGB (Red+Green+Blue) = 192+90+65=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A41 is #3FA5BE. Grayscale: #757575. Windows color (decimal): -4171199 or 4283072. OLE color: 4283072.
HSL color Cylindrical-coordinate representation of color #C05A41: hue angle of 11.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C05A41 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 65 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.25 |
| HSL | 11.81º | 0.5% | 0.5% | - |
| HSV(B) | 11.81º | 0.66% | 0.75% | - |
| XYZ | 26.35 | 18.9 | 7.26 | - |
| YUV | 117.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 65 | 0 | 0.53 | 0.66 | 0.25 | 11.81 | 0.5 | 0.5 |
| Hex | C0 | 5A | 41 | 0 | 35 | 42 | 19 | C | 32 | 32 |
| Octal | 300 | 132 | 101 | 0 | 65 | 102 | 31 | 14 | 62 | 62 |
| Binary | 11000000 | 1011010 | 1000001 | 0 | 110101 | 1000010 | 11001 | 1100 | 110010 | 110010 |
Color Harmonies of #C05A41
Complementary color
Monochromatic Colors of #C05A41
Black with #C05A41
Text Example
Text Example
White with #C05A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A41; }
p { color: rgb(192,90,65); }
H1.HeaderClassName
{
color: #C05A41;
}
.AnyTagClassName
{
color: #C05A41;
}
</style>
background-color css
<style>
a { background-color: #C05A41; }
a { background-color: rgb(192,90,65); }
div.DivClassName
{
background-color: #C05A41;
}
.BgClassName
{
background-color: #C05A41;
}
</style>
border-color css
<style>
span { border-color: #C05A41; }
span { border-color: rgb(192,90,65); }
td.TdClassName
{
border-color: #C05A41;
}
.TagClassName
{
border-color: #C05A41;
}
</style>