Shades of Puce #C48993
Tints of Puce #C48993
RGB
CMYK
RGB Variations
Color information
#C48993 (or 0xC48993) is known color: Puce. HEX triplet: C4, 89 and 93. RGB value is (196,137,147). Sum of RGB (Red+Green+Blue) = 196+137+147=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C48993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48993 is #3B766C. Grayscale: #9B9B9B. Windows color (decimal): -3896941 or 9669060. OLE color: 9669060.
HSL color Cylindrical-coordinate representation of color #C48993: hue angle of 349.83º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48993 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 147 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.23 |
| HSL | 349.83º | 0.33% | 0.65% | - |
| HSV(B) | 349.83º | 0.3% | 0.77% | - |
| XYZ | 36.98 | 31.73 | 31.78 | - |
| YUV | 155.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 147 | 0 | 0.30 | 0.25 | 0.23 | 349.83 | 0.33 | 0.65 |
| Hex | C4 | 89 | 93 | 0 | 1E | 19 | 17 | 15E | 21 | 41 |
| Octal | 304 | 211 | 223 | 0 | 36 | 31 | 27 | 536 | 41 | 101 |
| Binary | 11000100 | 10001001 | 10010011 | 0 | 11110 | 11001 | 10111 | 101011110 | 100001 | 1000001 |
Color Harmonies of #C48993
Complementary color
Monochromatic Colors of #C48993
Black with #C48993
Text Example
Text Example
White with #C48993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48993; }
p { color: rgb(196,137,147); }
H1.HeaderClassName
{
color: #C48993;
}
.AnyTagClassName
{
color: #C48993;
}
</style>
background-color css
<style>
a { background-color: #C48993; }
a { background-color: rgb(196,137,147); }
div.DivClassName
{
background-color: #C48993;
}
.BgClassName
{
background-color: #C48993;
}
</style>
border-color css
<style>
span { border-color: #C48993; }
span { border-color: rgb(196,137,147); }
td.TdClassName
{
border-color: #C48993;
}
.TagClassName
{
border-color: #C48993;
}
</style>