Shades of Puce #C48098
Tints of Puce #C48098
RGB
CMYK
RGB Variations
Color information
#C48098 (or 0xC48098) is known color: Puce. HEX triplet: C4, 80 and 98. RGB value is (196,128,152). Sum of RGB (Red+Green+Blue) = 196+128+152=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C48098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48098 is #3B7F67. Grayscale: #979797. Windows color (decimal): -3899240 or 9994436. OLE color: 9994436.
HSL color Cylindrical-coordinate representation of color #C48098: hue angle of 338.82º 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 #C48098 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 152 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.23 |
| HSL | 338.82º | 0.37% | 0.64% | - |
| HSV(B) | 338.82º | 0.35% | 0.77% | - |
| XYZ | 36.15 | 29.44 | 33.48 | - |
| YUV | 151.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 152 | 0 | 0.35 | 0.22 | 0.23 | 338.82 | 0.37 | 0.64 |
| Hex | C4 | 80 | 98 | 0 | 23 | 16 | 17 | 153 | 25 | 40 |
| Octal | 304 | 200 | 230 | 0 | 43 | 26 | 27 | 523 | 45 | 100 |
| Binary | 11000100 | 10000000 | 10011000 | 0 | 100011 | 10110 | 10111 | 101010011 | 100101 | 1000000 |
Color Harmonies of #C48098
Complementary color
Monochromatic Colors of #C48098
Black with #C48098
Text Example
Text Example
White with #C48098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48098; }
p { color: rgb(196,128,152); }
H1.HeaderClassName
{
color: #C48098;
}
.AnyTagClassName
{
color: #C48098;
}
</style>
background-color css
<style>
a { background-color: #C48098; }
a { background-color: rgb(196,128,152); }
div.DivClassName
{
background-color: #C48098;
}
.BgClassName
{
background-color: #C48098;
}
</style>
border-color css
<style>
span { border-color: #C48098; }
span { border-color: rgb(196,128,152); }
td.TdClassName
{
border-color: #C48098;
}
.TagClassName
{
border-color: #C48098;
}
</style>