Shades of Puce #C2818D
Tints of Puce #C2818D
RGB
CMYK
RGB Variations
Color information
#C2818D (or 0xC2818D) is known color: Puce. HEX triplet: C2, 81 and 8D. RGB value is (194,129,141). Sum of RGB (Red+Green+Blue) = 194+129+141=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2818D is #3D7E72. Grayscale: #959595. Windows color (decimal): -4030067 or 9273794. OLE color: 9273794.
HSL color Cylindrical-coordinate representation of color #C2818D: hue angle of 348.92º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2818D is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 141 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.24 |
| HSL | 348.92º | 0.35% | 0.63% | - |
| HSV(B) | 348.92º | 0.34% | 0.76% | - |
| XYZ | 34.91 | 29.09 | 28.98 | - |
| YUV | 149.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 141 | 0 | 0.34 | 0.27 | 0.24 | 348.92 | 0.35 | 0.63 |
| Hex | C2 | 81 | 8D | 0 | 22 | 1B | 18 | 15D | 23 | 3F |
| Octal | 302 | 201 | 215 | 0 | 42 | 33 | 30 | 535 | 43 | 77 |
| Binary | 11000010 | 10000001 | 10001101 | 0 | 100010 | 11011 | 11000 | 101011101 | 100011 | 111111 |
Color Harmonies of #C2818D
Complementary color
Monochromatic Colors of #C2818D
Black with #C2818D
Text Example
Text Example
White with #C2818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2818D; }
p { color: rgb(194,129,141); }
H1.HeaderClassName
{
color: #C2818D;
}
.AnyTagClassName
{
color: #C2818D;
}
</style>
background-color css
<style>
a { background-color: #C2818D; }
a { background-color: rgb(194,129,141); }
div.DivClassName
{
background-color: #C2818D;
}
.BgClassName
{
background-color: #C2818D;
}
</style>
border-color css
<style>
span { border-color: #C2818D; }
span { border-color: rgb(194,129,141); }
td.TdClassName
{
border-color: #C2818D;
}
.TagClassName
{
border-color: #C2818D;
}
</style>