Shades of Puce #C2838B
Tints of Puce #C2838B
RGB
CMYK
RGB Variations
Color information
#C2838B (or 0xC2838B) is known color: Puce. HEX triplet: C2, 83 and 8B. RGB value is (194,131,139). Sum of RGB (Red+Green+Blue) = 194+131+139=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2838B is #3D7C74. Grayscale: #969696. Windows color (decimal): -4029557 or 9143234. OLE color: 9143234.
HSL color Cylindrical-coordinate representation of color #C2838B: hue angle of 352.38º 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 #C2838B is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 139 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.24 |
| HSL | 352.38º | 0.34% | 0.64% | - |
| HSV(B) | 352.38º | 0.32% | 0.76% | - |
| XYZ | 35.02 | 29.57 | 28.29 | - |
| YUV | 150.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 139 | 0 | 0.32 | 0.28 | 0.24 | 352.38 | 0.34 | 0.64 |
| Hex | C2 | 83 | 8B | 0 | 20 | 1C | 18 | 160 | 22 | 40 |
| Octal | 302 | 203 | 213 | 0 | 40 | 34 | 30 | 540 | 42 | 100 |
| Binary | 11000010 | 10000011 | 10001011 | 0 | 100000 | 11100 | 11000 | 101100000 | 100010 | 1000000 |
Color Harmonies of #C2838B
Complementary color
Monochromatic Colors of #C2838B
Black with #C2838B
Text Example
Text Example
White with #C2838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2838B; }
p { color: rgb(194,131,139); }
H1.HeaderClassName
{
color: #C2838B;
}
.AnyTagClassName
{
color: #C2838B;
}
</style>
background-color css
<style>
a { background-color: #C2838B; }
a { background-color: rgb(194,131,139); }
div.DivClassName
{
background-color: #C2838B;
}
.BgClassName
{
background-color: #C2838B;
}
</style>
border-color css
<style>
span { border-color: #C2838B; }
span { border-color: rgb(194,131,139); }
td.TdClassName
{
border-color: #C2838B;
}
.TagClassName
{
border-color: #C2838B;
}
</style>