Shades of Flame Pea #C2634C
Tints of Flame Pea #C2634C
RGB
CMYK
RGB Variations
Color information
#C2634C (or 0xC2634C) is known color: Flame Pea. HEX triplet: C2, 63 and 4C. RGB value is (194,99,76). Sum of RGB (Red+Green+Blue) = 194+99+76=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2634C is #3D9CB3. Grayscale: #7C7C7C. Windows color (decimal): -4037812 or 5006274. OLE color: 5006274.
HSL color Cylindrical-coordinate representation of color #C2634C: hue angle of 11.69º degrees, saturation: 0.49, 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 #C2634C is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 76 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.24 |
| HSL | 11.69º | 0.49% | 0.53% | - |
| HSV(B) | 11.69º | 0.61% | 0.76% | - |
| XYZ | 28.01 | 20.91 | 9.4 | - |
| YUV | 124.78 | 100.47 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 76 | 0 | 0.49 | 0.61 | 0.24 | 11.69 | 0.49 | 0.53 |
| Hex | C2 | 63 | 4C | 0 | 31 | 3D | 18 | C | 31 | 35 |
| Octal | 302 | 143 | 114 | 0 | 61 | 75 | 30 | 14 | 61 | 65 |
| Binary | 11000010 | 1100011 | 1001100 | 0 | 110001 | 111101 | 11000 | 1100 | 110001 | 110101 |
Color Harmonies of #C2634C
Complementary color
Monochromatic Colors of #C2634C
Black with #C2634C
Text Example
Text Example
White with #C2634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2634C; }
p { color: rgb(194,99,76); }
H1.HeaderClassName
{
color: #C2634C;
}
.AnyTagClassName
{
color: #C2634C;
}
</style>
background-color css
<style>
a { background-color: #C2634C; }
a { background-color: rgb(194,99,76); }
div.DivClassName
{
background-color: #C2634C;
}
.BgClassName
{
background-color: #C2634C;
}
</style>
border-color css
<style>
span { border-color: #C2634C; }
span { border-color: rgb(194,99,76); }
td.TdClassName
{
border-color: #C2634C;
}
.TagClassName
{
border-color: #C2634C;
}
</style>