Shades of Flame Pea #C1654C
Tints of Flame Pea #C1654C
RGB
CMYK
RGB Variations
Color information
#C1654C (or 0xC1654C) is known color: Flame Pea. HEX triplet: C1, 65 and 4C. RGB value is (193,101,76). Sum of RGB (Red+Green+Blue) = 193+101+76=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1654C is #3E9AB3. Grayscale: #7D7D7D. Windows color (decimal): -4102836 or 5006785. OLE color: 5006785.
HSL color Cylindrical-coordinate representation of color #C1654C: hue angle of 12.82º 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 #C1654C is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 76 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.24 |
| HSL | 12.82º | 0.49% | 0.53% | - |
| HSV(B) | 12.82º | 0.61% | 0.76% | - |
| XYZ | 27.95 | 21.17 | 9.45 | - |
| YUV | 125.66 | 99.98 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 76 | 0 | 0.48 | 0.61 | 0.24 | 12.82 | 0.49 | 0.53 |
| Hex | C1 | 65 | 4C | 0 | 30 | 3D | 18 | D | 31 | 35 |
| Octal | 301 | 145 | 114 | 0 | 60 | 75 | 30 | 15 | 61 | 65 |
| Binary | 11000001 | 1100101 | 1001100 | 0 | 110000 | 111101 | 11000 | 1101 | 110001 | 110101 |
Color Harmonies of #C1654C
Complementary color
Monochromatic Colors of #C1654C
Black with #C1654C
Text Example
Text Example
White with #C1654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1654C; }
p { color: rgb(193,101,76); }
H1.HeaderClassName
{
color: #C1654C;
}
.AnyTagClassName
{
color: #C1654C;
}
</style>
background-color css
<style>
a { background-color: #C1654C; }
a { background-color: rgb(193,101,76); }
div.DivClassName
{
background-color: #C1654C;
}
.BgClassName
{
background-color: #C1654C;
}
</style>
border-color css
<style>
span { border-color: #C1654C; }
span { border-color: rgb(193,101,76); }
td.TdClassName
{
border-color: #C1654C;
}
.TagClassName
{
border-color: #C1654C;
}
</style>