Shades of Puce #C48B8F
Tints of Puce #C48B8F
RGB
CMYK
RGB Variations
Color information
#C48B8F (or 0xC48B8F) is known color: Puce. HEX triplet: C4, 8B and 8F. RGB value is (196,139,143). Sum of RGB (Red+Green+Blue) = 196+139+143=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48B8F is #3B7470. Grayscale: #9C9C9C. Windows color (decimal): -3896433 or 9407428. OLE color: 9407428.
HSL color Cylindrical-coordinate representation of color #C48B8F: hue angle of 355.79º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48B8F is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 143 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.23 |
| HSL | 355.79º | 0.33% | 0.66% | - |
| HSV(B) | 355.79º | 0.29% | 0.77% | - |
| XYZ | 36.96 | 32.18 | 30.25 | - |
| YUV | 156.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 143 | 0 | 0.29 | 0.27 | 0.23 | 355.79 | 0.33 | 0.66 |
| Hex | C4 | 8B | 8F | 0 | 1D | 1B | 17 | 164 | 21 | 42 |
| Octal | 304 | 213 | 217 | 0 | 35 | 33 | 27 | 544 | 41 | 102 |
| Binary | 11000100 | 10001011 | 10001111 | 0 | 11101 | 11011 | 10111 | 101100100 | 100001 | 1000010 |
Color Harmonies of #C48B8F
Complementary color
Monochromatic Colors of #C48B8F
Black with #C48B8F
Text Example
Text Example
White with #C48B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B8F; }
p { color: rgb(196,139,143); }
H1.HeaderClassName
{
color: #C48B8F;
}
.AnyTagClassName
{
color: #C48B8F;
}
</style>
background-color css
<style>
a { background-color: #C48B8F; }
a { background-color: rgb(196,139,143); }
div.DivClassName
{
background-color: #C48B8F;
}
.BgClassName
{
background-color: #C48B8F;
}
</style>
border-color css
<style>
span { border-color: #C48B8F; }
span { border-color: rgb(196,139,143); }
td.TdClassName
{
border-color: #C48B8F;
}
.TagClassName
{
border-color: #C48B8F;
}
</style>