Shades of Puce #C48090
Tints of Puce #C48090
RGB
CMYK
RGB Variations
Color information
#C48090 (or 0xC48090) is known color: Puce. HEX triplet: C4, 80 and 90. RGB value is (196,128,144). Sum of RGB (Red+Green+Blue) = 196+128+144=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C48090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48090 is #3B7F6F. Grayscale: #969696. Windows color (decimal): -3899248 or 9470148. OLE color: 9470148.
HSL color Cylindrical-coordinate representation of color #C48090: hue angle of 345.88º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C48090 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 144 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.23 |
| HSL | 345.88º | 0.37% | 0.64% | - |
| HSV(B) | 345.88º | 0.35% | 0.77% | - |
| XYZ | 35.52 | 29.19 | 30.15 | - |
| YUV | 150.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 144 | 0 | 0.35 | 0.27 | 0.23 | 345.88 | 0.37 | 0.64 |
| Hex | C4 | 80 | 90 | 0 | 23 | 1B | 17 | 15A | 25 | 40 |
| Octal | 304 | 200 | 220 | 0 | 43 | 33 | 27 | 532 | 45 | 100 |
| Binary | 11000100 | 10000000 | 10010000 | 0 | 100011 | 11011 | 10111 | 101011010 | 100101 | 1000000 |
Color Harmonies of #C48090
Complementary color
Monochromatic Colors of #C48090
Black with #C48090
Text Example
Text Example
White with #C48090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48090; }
p { color: rgb(196,128,144); }
H1.HeaderClassName
{
color: #C48090;
}
.AnyTagClassName
{
color: #C48090;
}
</style>
background-color css
<style>
a { background-color: #C48090; }
a { background-color: rgb(196,128,144); }
div.DivClassName
{
background-color: #C48090;
}
.BgClassName
{
background-color: #C48090;
}
</style>
border-color css
<style>
span { border-color: #C48090; }
span { border-color: rgb(196,128,144); }
td.TdClassName
{
border-color: #C48090;
}
.TagClassName
{
border-color: #C48090;
}
</style>