Shades of Puce #C2848B
Tints of Puce #C2848B
RGB
CMYK
RGB Variations
Color information
#C2848B (or 0xC2848B) is known color: Puce. HEX triplet: C2, 84 and 8B. RGB value is (194,132,139). Sum of RGB (Red+Green+Blue) = 194+132+139=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2848B is #3D7B74. Grayscale: #979797. Windows color (decimal): -4029301 or 9143490. OLE color: 9143490.
HSL color Cylindrical-coordinate representation of color #C2848B: hue angle of 353.23º 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 #C2848B is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 139 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.24 |
| HSL | 353.23º | 0.34% | 0.64% | - |
| HSV(B) | 353.23º | 0.32% | 0.76% | - |
| XYZ | 35.16 | 29.84 | 28.33 | - |
| YUV | 151.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 139 | 0 | 0.32 | 0.28 | 0.24 | 353.23 | 0.34 | 0.64 |
| Hex | C2 | 84 | 8B | 0 | 20 | 1C | 18 | 161 | 22 | 40 |
| Octal | 302 | 204 | 213 | 0 | 40 | 34 | 30 | 541 | 42 | 100 |
| Binary | 11000010 | 10000100 | 10001011 | 0 | 100000 | 11100 | 11000 | 101100001 | 100010 | 1000000 |
Color Harmonies of #C2848B
Complementary color
Monochromatic Colors of #C2848B
Black with #C2848B
Text Example
Text Example
White with #C2848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2848B; }
p { color: rgb(194,132,139); }
H1.HeaderClassName
{
color: #C2848B;
}
.AnyTagClassName
{
color: #C2848B;
}
</style>
background-color css
<style>
a { background-color: #C2848B; }
a { background-color: rgb(194,132,139); }
div.DivClassName
{
background-color: #C2848B;
}
.BgClassName
{
background-color: #C2848B;
}
</style>
border-color css
<style>
span { border-color: #C2848B; }
span { border-color: rgb(194,132,139); }
td.TdClassName
{
border-color: #C2848B;
}
.TagClassName
{
border-color: #C2848B;
}
</style>