Shades of Flame Pea #C0634D
Tints of Flame Pea #C0634D
RGB
CMYK
RGB Variations
Color information
#C0634D (or 0xC0634D) is known color: Flame Pea. HEX triplet: C0, 63 and 4D. RGB value is (192,99,77). Sum of RGB (Red+Green+Blue) = 192+99+77=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0634D is #3F9CB2. Grayscale: #7C7C7C. Windows color (decimal): -4168883 or 5071808. OLE color: 5071808.
HSL color Cylindrical-coordinate representation of color #C0634D: hue angle of 11.48º 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 #C0634D is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 77 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.25 |
| HSL | 11.48º | 0.48% | 0.53% | - |
| HSV(B) | 11.48º | 0.6% | 0.75% | - |
| XYZ | 27.54 | 20.67 | 9.56 | - |
| YUV | 124.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 77 | 0 | 0.48 | 0.60 | 0.25 | 11.48 | 0.48 | 0.53 |
| Hex | C0 | 63 | 4D | 0 | 30 | 3C | 19 | B | 30 | 35 |
| Octal | 300 | 143 | 115 | 0 | 60 | 74 | 31 | 13 | 60 | 65 |
| Binary | 11000000 | 1100011 | 1001101 | 0 | 110000 | 111100 | 11001 | 1011 | 110000 | 110101 |
Color Harmonies of #C0634D
Complementary color
Monochromatic Colors of #C0634D
Black with #C0634D
Text Example
Text Example
White with #C0634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0634D; }
p { color: rgb(192,99,77); }
H1.HeaderClassName
{
color: #C0634D;
}
.AnyTagClassName
{
color: #C0634D;
}
</style>
background-color css
<style>
a { background-color: #C0634D; }
a { background-color: rgb(192,99,77); }
div.DivClassName
{
background-color: #C0634D;
}
.BgClassName
{
background-color: #C0634D;
}
</style>
border-color css
<style>
span { border-color: #C0634D; }
span { border-color: rgb(192,99,77); }
td.TdClassName
{
border-color: #C0634D;
}
.TagClassName
{
border-color: #C0634D;
}
</style>