Shades of Puce #C48198
Tints of Puce #C48198
RGB
CMYK
RGB Variations
Color information
#C48198 (or 0xC48198) is known color: Puce. HEX triplet: C4, 81 and 98. RGB value is (196,129,152). Sum of RGB (Red+Green+Blue) = 196+129+152=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C48198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48198 is #3B7E67. Grayscale: #979797. Windows color (decimal): -3898984 or 9994692. OLE color: 9994692.
HSL color Cylindrical-coordinate representation of color #C48198: hue angle of 339.4º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C48198 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 152 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.23 |
| HSL | 339.4º | 0.36% | 0.64% | - |
| HSV(B) | 339.4º | 0.34% | 0.77% | - |
| XYZ | 36.28 | 29.7 | 33.53 | - |
| YUV | 151.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 152 | 0 | 0.34 | 0.22 | 0.23 | 339.4 | 0.36 | 0.64 |
| Hex | C4 | 81 | 98 | 0 | 22 | 16 | 17 | 153 | 24 | 40 |
| Octal | 304 | 201 | 230 | 0 | 42 | 26 | 27 | 523 | 44 | 100 |
| Binary | 11000100 | 10000001 | 10011000 | 0 | 100010 | 10110 | 10111 | 101010011 | 100100 | 1000000 |
Color Harmonies of #C48198
Complementary color
Monochromatic Colors of #C48198
Black with #C48198
Text Example
Text Example
White with #C48198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48198; }
p { color: rgb(196,129,152); }
H1.HeaderClassName
{
color: #C48198;
}
.AnyTagClassName
{
color: #C48198;
}
</style>
background-color css
<style>
a { background-color: #C48198; }
a { background-color: rgb(196,129,152); }
div.DivClassName
{
background-color: #C48198;
}
.BgClassName
{
background-color: #C48198;
}
</style>
border-color css
<style>
span { border-color: #C48198; }
span { border-color: rgb(196,129,152); }
td.TdClassName
{
border-color: #C48198;
}
.TagClassName
{
border-color: #C48198;
}
</style>