Shades of Puce #C2868E
Tints of Puce #C2868E
RGB
CMYK
RGB Variations
Color information
#C2868E (or 0xC2868E) is known color: Puce. HEX triplet: C2, 86 and 8E. RGB value is (194,134,142). Sum of RGB (Red+Green+Blue) = 194+134+142=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2868E is #3D7971. Grayscale: #989898. Windows color (decimal): -4028786 or 9340610. OLE color: 9340610.
HSL color Cylindrical-coordinate representation of color #C2868E: hue angle of 352º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2868E is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 142 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.24 |
| HSL | 352º | 0.33% | 0.64% | - |
| HSV(B) | 352º | 0.31% | 0.76% | - |
| XYZ | 35.66 | 30.47 | 29.59 | - |
| YUV | 152.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 142 | 0 | 0.31 | 0.27 | 0.24 | 352 | 0.33 | 0.64 |
| Hex | C2 | 86 | 8E | 0 | 1F | 1B | 18 | 160 | 21 | 40 |
| Octal | 302 | 206 | 216 | 0 | 37 | 33 | 30 | 540 | 41 | 100 |
| Binary | 11000010 | 10000110 | 10001110 | 0 | 11111 | 11011 | 11000 | 101100000 | 100001 | 1000000 |
Color Harmonies of #C2868E
Complementary color
Monochromatic Colors of #C2868E
Black with #C2868E
Text Example
Text Example
White with #C2868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2868E; }
p { color: rgb(194,134,142); }
H1.HeaderClassName
{
color: #C2868E;
}
.AnyTagClassName
{
color: #C2868E;
}
</style>
background-color css
<style>
a { background-color: #C2868E; }
a { background-color: rgb(194,134,142); }
div.DivClassName
{
background-color: #C2868E;
}
.BgClassName
{
background-color: #C2868E;
}
</style>
border-color css
<style>
span { border-color: #C2868E; }
span { border-color: rgb(194,134,142); }
td.TdClassName
{
border-color: #C2868E;
}
.TagClassName
{
border-color: #C2868E;
}
</style>