Shades of Puce #C48893
Tints of Puce #C48893
RGB
CMYK
RGB Variations
Color information
#C48893 (or 0xC48893) is known color: Puce. HEX triplet: C4, 88 and 93. RGB value is (196,136,147). Sum of RGB (Red+Green+Blue) = 196+136+147=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C48893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48893 is #3B776C. Grayscale: #9B9B9B. Windows color (decimal): -3897197 or 9668804. OLE color: 9668804.
HSL color Cylindrical-coordinate representation of color #C48893: hue angle of 349º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C48893 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 147 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.23 |
| HSL | 349º | 0.34% | 0.65% | - |
| HSV(B) | 349º | 0.31% | 0.77% | - |
| XYZ | 36.84 | 31.45 | 31.73 | - |
| YUV | 155.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 147 | 0 | 0.31 | 0.25 | 0.23 | 349 | 0.34 | 0.65 |
| Hex | C4 | 88 | 93 | 0 | 1F | 19 | 17 | 15D | 22 | 41 |
| Octal | 304 | 210 | 223 | 0 | 37 | 31 | 27 | 535 | 42 | 101 |
| Binary | 11000100 | 10001000 | 10010011 | 0 | 11111 | 11001 | 10111 | 101011101 | 100010 | 1000001 |
Color Harmonies of #C48893
Complementary color
Monochromatic Colors of #C48893
Black with #C48893
Text Example
Text Example
White with #C48893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48893; }
p { color: rgb(196,136,147); }
H1.HeaderClassName
{
color: #C48893;
}
.AnyTagClassName
{
color: #C48893;
}
</style>
background-color css
<style>
a { background-color: #C48893; }
a { background-color: rgb(196,136,147); }
div.DivClassName
{
background-color: #C48893;
}
.BgClassName
{
background-color: #C48893;
}
</style>
border-color css
<style>
span { border-color: #C48893; }
span { border-color: rgb(196,136,147); }
td.TdClassName
{
border-color: #C48893;
}
.TagClassName
{
border-color: #C48893;
}
</style>