Shades of Puce #C48B93
Tints of Puce #C48B93
RGB
CMYK
RGB Variations
Color information
#C48B93 (or 0xC48B93) is known color: Puce. HEX triplet: C4, 8B and 93. RGB value is (196,139,147). Sum of RGB (Red+Green+Blue) = 196+139+147=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48B93 is #3B746C. Grayscale: #9C9C9C. Windows color (decimal): -3896429 or 9669572. OLE color: 9669572.
HSL color Cylindrical-coordinate representation of color #C48B93: hue angle of 351.58º 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 #C48B93 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 147 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.23 |
| HSL | 351.58º | 0.33% | 0.66% | - |
| HSV(B) | 351.58º | 0.29% | 0.77% | - |
| XYZ | 37.26 | 32.31 | 31.88 | - |
| YUV | 156.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 147 | 0 | 0.29 | 0.25 | 0.23 | 351.58 | 0.33 | 0.66 |
| Hex | C4 | 8B | 93 | 0 | 1D | 19 | 17 | 160 | 21 | 42 |
| Octal | 304 | 213 | 223 | 0 | 35 | 31 | 27 | 540 | 41 | 102 |
| Binary | 11000100 | 10001011 | 10010011 | 0 | 11101 | 11001 | 10111 | 101100000 | 100001 | 1000010 |
Color Harmonies of #C48B93
Complementary color
Monochromatic Colors of #C48B93
Black with #C48B93
Text Example
Text Example
White with #C48B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B93; }
p { color: rgb(196,139,147); }
H1.HeaderClassName
{
color: #C48B93;
}
.AnyTagClassName
{
color: #C48B93;
}
</style>
background-color css
<style>
a { background-color: #C48B93; }
a { background-color: rgb(196,139,147); }
div.DivClassName
{
background-color: #C48B93;
}
.BgClassName
{
background-color: #C48B93;
}
</style>
border-color css
<style>
span { border-color: #C48B93; }
span { border-color: rgb(196,139,147); }
td.TdClassName
{
border-color: #C48B93;
}
.TagClassName
{
border-color: #C48B93;
}
</style>