Shades of Flame Pea #C1654B
Tints of Flame Pea #C1654B
RGB
CMYK
RGB Variations
Color information
#C1654B (or 0xC1654B) is known color: Flame Pea. HEX triplet: C1, 65 and 4B. RGB value is (193,101,75). Sum of RGB (Red+Green+Blue) = 193+101+75=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1654B is #3E9AB4. Grayscale: #7D7D7D. Windows color (decimal): -4102837 or 4941249. OLE color: 4941249.
HSL color Cylindrical-coordinate representation of color #C1654B: hue angle of 13.22º 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 #C1654B is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 75 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.24 |
| HSL | 13.22º | 0.49% | 0.53% | - |
| HSV(B) | 13.22º | 0.61% | 0.76% | - |
| XYZ | 27.92 | 21.15 | 9.27 | - |
| YUV | 125.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 75 | 0 | 0.48 | 0.61 | 0.24 | 13.22 | 0.49 | 0.53 |
| Hex | C1 | 65 | 4B | 0 | 30 | 3D | 18 | D | 31 | 35 |
| Octal | 301 | 145 | 113 | 0 | 60 | 75 | 30 | 15 | 61 | 65 |
| Binary | 11000001 | 1100101 | 1001011 | 0 | 110000 | 111101 | 11000 | 1101 | 110001 | 110101 |
Color Harmonies of #C1654B
Complementary color
Monochromatic Colors of #C1654B
Black with #C1654B
Text Example
Text Example
White with #C1654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1654B; }
p { color: rgb(193,101,75); }
H1.HeaderClassName
{
color: #C1654B;
}
.AnyTagClassName
{
color: #C1654B;
}
</style>
background-color css
<style>
a { background-color: #C1654B; }
a { background-color: rgb(193,101,75); }
div.DivClassName
{
background-color: #C1654B;
}
.BgClassName
{
background-color: #C1654B;
}
</style>
border-color css
<style>
span { border-color: #C1654B; }
span { border-color: rgb(193,101,75); }
td.TdClassName
{
border-color: #C1654B;
}
.TagClassName
{
border-color: #C1654B;
}
</style>