Shades of Puce #C2848D
Tints of Puce #C2848D
RGB
CMYK
RGB Variations
Color information
#C2848D (or 0xC2848D) is known color: Puce. HEX triplet: C2, 84 and 8D. RGB value is (194,132,141). Sum of RGB (Red+Green+Blue) = 194+132+141=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2848D is #3D7B72. Grayscale: #979797. Windows color (decimal): -4029299 or 9274562. OLE color: 9274562.
HSL color Cylindrical-coordinate representation of color #C2848D: hue angle of 351.29º 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 #C2848D is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 141 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.24 |
| HSL | 351.29º | 0.34% | 0.64% | - |
| HSV(B) | 351.29º | 0.32% | 0.76% | - |
| XYZ | 35.31 | 29.89 | 29.11 | - |
| YUV | 151.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 141 | 0 | 0.32 | 0.27 | 0.24 | 351.29 | 0.34 | 0.64 |
| Hex | C2 | 84 | 8D | 0 | 20 | 1B | 18 | 15F | 22 | 40 |
| Octal | 302 | 204 | 215 | 0 | 40 | 33 | 30 | 537 | 42 | 100 |
| Binary | 11000010 | 10000100 | 10001101 | 0 | 100000 | 11011 | 11000 | 101011111 | 100010 | 1000000 |
Color Harmonies of #C2848D
Complementary color
Monochromatic Colors of #C2848D
Black with #C2848D
Text Example
Text Example
White with #C2848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2848D; }
p { color: rgb(194,132,141); }
H1.HeaderClassName
{
color: #C2848D;
}
.AnyTagClassName
{
color: #C2848D;
}
</style>
background-color css
<style>
a { background-color: #C2848D; }
a { background-color: rgb(194,132,141); }
div.DivClassName
{
background-color: #C2848D;
}
.BgClassName
{
background-color: #C2848D;
}
</style>
border-color css
<style>
span { border-color: #C2848D; }
span { border-color: rgb(194,132,141); }
td.TdClassName
{
border-color: #C2848D;
}
.TagClassName
{
border-color: #C2848D;
}
</style>