Shades of Puce #C2868C
Tints of Puce #C2868C
RGB
CMYK
RGB Variations
Color information
#C2868C (or 0xC2868C) is known color: Puce. HEX triplet: C2, 86 and 8C. RGB value is (194,134,140). Sum of RGB (Red+Green+Blue) = 194+134+140=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2868C is #3D7973. Grayscale: #989898. Windows color (decimal): -4028788 or 9209538. OLE color: 9209538.
HSL color Cylindrical-coordinate representation of color #C2868C: hue angle of 354º 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 #C2868C is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 140 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.24 |
| HSL | 354º | 0.33% | 0.64% | - |
| HSV(B) | 354º | 0.31% | 0.76% | - |
| XYZ | 35.51 | 30.41 | 28.81 | - |
| YUV | 152.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 140 | 0 | 0.31 | 0.28 | 0.24 | 354 | 0.33 | 0.64 |
| Hex | C2 | 86 | 8C | 0 | 1F | 1C | 18 | 162 | 21 | 40 |
| Octal | 302 | 206 | 214 | 0 | 37 | 34 | 30 | 542 | 41 | 100 |
| Binary | 11000010 | 10000110 | 10001100 | 0 | 11111 | 11100 | 11000 | 101100010 | 100001 | 1000000 |
Color Harmonies of #C2868C
Complementary color
Monochromatic Colors of #C2868C
Black with #C2868C
Text Example
Text Example
White with #C2868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2868C; }
p { color: rgb(194,134,140); }
H1.HeaderClassName
{
color: #C2868C;
}
.AnyTagClassName
{
color: #C2868C;
}
</style>
background-color css
<style>
a { background-color: #C2868C; }
a { background-color: rgb(194,134,140); }
div.DivClassName
{
background-color: #C2868C;
}
.BgClassName
{
background-color: #C2868C;
}
</style>
border-color css
<style>
span { border-color: #C2868C; }
span { border-color: rgb(194,134,140); }
td.TdClassName
{
border-color: #C2868C;
}
.TagClassName
{
border-color: #C2868C;
}
</style>