Shades of Puce #C2898F
Tints of Puce #C2898F
RGB
CMYK
RGB Variations
Color information
#C2898F (or 0xC2898F) is known color: Puce. HEX triplet: C2, 89 and 8F. RGB value is (194,137,143). Sum of RGB (Red+Green+Blue) = 194+137+143=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2898F is #3D7670. Grayscale: #9A9A9A. Windows color (decimal): -4028017 or 9406914. OLE color: 9406914.
HSL color Cylindrical-coordinate representation of color #C2898F: hue angle of 353.68º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2898F is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 143 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.24 |
| HSL | 353.68º | 0.32% | 0.65% | - |
| HSV(B) | 353.68º | 0.29% | 0.76% | - |
| XYZ | 36.15 | 31.34 | 30.13 | - |
| YUV | 154.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 143 | 0 | 0.29 | 0.26 | 0.24 | 353.68 | 0.32 | 0.65 |
| Hex | C2 | 89 | 8F | 0 | 1D | 1A | 18 | 162 | 20 | 41 |
| Octal | 302 | 211 | 217 | 0 | 35 | 32 | 30 | 542 | 40 | 101 |
| Binary | 11000010 | 10001001 | 10001111 | 0 | 11101 | 11010 | 11000 | 101100010 | 100000 | 1000001 |
Color Harmonies of #C2898F
Complementary color
Monochromatic Colors of #C2898F
Black with #C2898F
Text Example
Text Example
White with #C2898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2898F; }
p { color: rgb(194,137,143); }
H1.HeaderClassName
{
color: #C2898F;
}
.AnyTagClassName
{
color: #C2898F;
}
</style>
background-color css
<style>
a { background-color: #C2898F; }
a { background-color: rgb(194,137,143); }
div.DivClassName
{
background-color: #C2898F;
}
.BgClassName
{
background-color: #C2898F;
}
</style>
border-color css
<style>
span { border-color: #C2898F; }
span { border-color: rgb(194,137,143); }
td.TdClassName
{
border-color: #C2898F;
}
.TagClassName
{
border-color: #C2898F;
}
</style>