Shades of Puce #C2848C
Tints of Puce #C2848C
RGB
CMYK
RGB Variations
Color information
#C2848C (or 0xC2848C) is known color: Puce. HEX triplet: C2, 84 and 8C. RGB value is (194,132,140). Sum of RGB (Red+Green+Blue) = 194+132+140=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2848C is #3D7B73. Grayscale: #979797. Windows color (decimal): -4029300 or 9209026. OLE color: 9209026.
HSL color Cylindrical-coordinate representation of color #C2848C: hue angle of 352.26º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2848C is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 140 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.24 |
| HSL | 352.26º | 0.34% | 0.64% | - |
| HSV(B) | 352.26º | 0.32% | 0.76% | - |
| XYZ | 35.23 | 29.87 | 28.72 | - |
| YUV | 151.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 140 | 0 | 0.32 | 0.28 | 0.24 | 352.26 | 0.34 | 0.64 |
| Hex | C2 | 84 | 8C | 0 | 20 | 1C | 18 | 160 | 22 | 40 |
| Octal | 302 | 204 | 214 | 0 | 40 | 34 | 30 | 540 | 42 | 100 |
| Binary | 11000010 | 10000100 | 10001100 | 0 | 100000 | 11100 | 11000 | 101100000 | 100010 | 1000000 |
Color Harmonies of #C2848C
Complementary color
Monochromatic Colors of #C2848C
Black with #C2848C
Text Example
Text Example
White with #C2848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2848C; }
p { color: rgb(194,132,140); }
H1.HeaderClassName
{
color: #C2848C;
}
.AnyTagClassName
{
color: #C2848C;
}
</style>
background-color css
<style>
a { background-color: #C2848C; }
a { background-color: rgb(194,132,140); }
div.DivClassName
{
background-color: #C2848C;
}
.BgClassName
{
background-color: #C2848C;
}
</style>
border-color css
<style>
span { border-color: #C2848C; }
span { border-color: rgb(194,132,140); }
td.TdClassName
{
border-color: #C2848C;
}
.TagClassName
{
border-color: #C2848C;
}
</style>