Shades of Puce #C2818F
Tints of Puce #C2818F
RGB
CMYK
RGB Variations
Color information
#C2818F (or 0xC2818F) is known color: Puce. HEX triplet: C2, 81 and 8F. RGB value is (194,129,143). Sum of RGB (Red+Green+Blue) = 194+129+143=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2818F is #3D7E70. Grayscale: #969696. Windows color (decimal): -4030065 or 9404866. OLE color: 9404866.
HSL color Cylindrical-coordinate representation of color #C2818F: hue angle of 347.08º 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 #C2818F is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 143 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.24 |
| HSL | 347.08º | 0.35% | 0.63% | - |
| HSV(B) | 347.08º | 0.34% | 0.76% | - |
| XYZ | 35.06 | 29.15 | 29.77 | - |
| YUV | 150.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 143 | 0 | 0.34 | 0.26 | 0.24 | 347.08 | 0.35 | 0.63 |
| Hex | C2 | 81 | 8F | 0 | 22 | 1A | 18 | 15B | 23 | 3F |
| Octal | 302 | 201 | 217 | 0 | 42 | 32 | 30 | 533 | 43 | 77 |
| Binary | 11000010 | 10000001 | 10001111 | 0 | 100010 | 11010 | 11000 | 101011011 | 100011 | 111111 |
Color Harmonies of #C2818F
Complementary color
Monochromatic Colors of #C2818F
Black with #C2818F
Text Example
Text Example
White with #C2818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2818F; }
p { color: rgb(194,129,143); }
H1.HeaderClassName
{
color: #C2818F;
}
.AnyTagClassName
{
color: #C2818F;
}
</style>
background-color css
<style>
a { background-color: #C2818F; }
a { background-color: rgb(194,129,143); }
div.DivClassName
{
background-color: #C2818F;
}
.BgClassName
{
background-color: #C2818F;
}
</style>
border-color css
<style>
span { border-color: #C2818F; }
span { border-color: rgb(194,129,143); }
td.TdClassName
{
border-color: #C2818F;
}
.TagClassName
{
border-color: #C2818F;
}
</style>