Shades of Flame Pea #C3634D
Tints of Flame Pea #C3634D
RGB
CMYK
RGB Variations
Color information
#C3634D (or 0xC3634D) is known color: Flame Pea. HEX triplet: C3, 63 and 4D. RGB value is (195,99,77). Sum of RGB (Red+Green+Blue) = 195+99+77=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3634D is #3C9CB2. Grayscale: #7D7D7D. Windows color (decimal): -3972275 or 5071811. OLE color: 5071811.
HSL color Cylindrical-coordinate representation of color #C3634D: hue angle of 11.19º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3634D is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 77 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.24 |
| HSL | 11.19º | 0.5% | 0.53% | - |
| HSV(B) | 11.19º | 0.61% | 0.76% | - |
| XYZ | 28.31 | 21.06 | 9.59 | - |
| YUV | 125.2 | 100.8 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 77 | 0 | 0.49 | 0.61 | 0.24 | 11.19 | 0.5 | 0.53 |
| Hex | C3 | 63 | 4D | 0 | 31 | 3D | 18 | B | 32 | 35 |
| Octal | 303 | 143 | 115 | 0 | 61 | 75 | 30 | 13 | 62 | 65 |
| Binary | 11000011 | 1100011 | 1001101 | 0 | 110001 | 111101 | 11000 | 1011 | 110010 | 110101 |
Color Harmonies of #C3634D
Complementary color
Monochromatic Colors of #C3634D
Black with #C3634D
Text Example
Text Example
White with #C3634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3634D; }
p { color: rgb(195,99,77); }
H1.HeaderClassName
{
color: #C3634D;
}
.AnyTagClassName
{
color: #C3634D;
}
</style>
background-color css
<style>
a { background-color: #C3634D; }
a { background-color: rgb(195,99,77); }
div.DivClassName
{
background-color: #C3634D;
}
.BgClassName
{
background-color: #C3634D;
}
</style>
border-color css
<style>
span { border-color: #C3634D; }
span { border-color: rgb(195,99,77); }
td.TdClassName
{
border-color: #C3634D;
}
.TagClassName
{
border-color: #C3634D;
}
</style>