Shades of Puce #C2868D
Tints of Puce #C2868D
RGB
CMYK
RGB Variations
Color information
#C2868D (or 0xC2868D) is known color: Puce. HEX triplet: C2, 86 and 8D. RGB value is (194,134,141). Sum of RGB (Red+Green+Blue) = 194+134+141=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2868D is #3D7972. Grayscale: #989898. Windows color (decimal): -4028787 or 9275074. OLE color: 9275074.
HSL color Cylindrical-coordinate representation of color #C2868D: hue angle of 353º 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 #C2868D is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 141 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.24 |
| HSL | 353º | 0.33% | 0.64% | - |
| HSV(B) | 353º | 0.31% | 0.76% | - |
| XYZ | 35.58 | 30.44 | 29.2 | - |
| YUV | 152.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 141 | 0 | 0.31 | 0.27 | 0.24 | 353 | 0.33 | 0.64 |
| Hex | C2 | 86 | 8D | 0 | 1F | 1B | 18 | 161 | 21 | 40 |
| Octal | 302 | 206 | 215 | 0 | 37 | 33 | 30 | 541 | 41 | 100 |
| Binary | 11000010 | 10000110 | 10001101 | 0 | 11111 | 11011 | 11000 | 101100001 | 100001 | 1000000 |
Color Harmonies of #C2868D
Complementary color
Monochromatic Colors of #C2868D
Black with #C2868D
Text Example
Text Example
White with #C2868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2868D; }
p { color: rgb(194,134,141); }
H1.HeaderClassName
{
color: #C2868D;
}
.AnyTagClassName
{
color: #C2868D;
}
</style>
background-color css
<style>
a { background-color: #C2868D; }
a { background-color: rgb(194,134,141); }
div.DivClassName
{
background-color: #C2868D;
}
.BgClassName
{
background-color: #C2868D;
}
</style>
border-color css
<style>
span { border-color: #C2868D; }
span { border-color: rgb(194,134,141); }
td.TdClassName
{
border-color: #C2868D;
}
.TagClassName
{
border-color: #C2868D;
}
</style>