Shades of Puce #C4898A
Tints of Puce #C4898A
RGB
CMYK
RGB Variations
Color information
#C4898A (or 0xC4898A) is known color: Puce. HEX triplet: C4, 89 and 8A. RGB value is (196,137,138). Sum of RGB (Red+Green+Blue) = 196+137+138=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4898A is #3B7675. Grayscale: #9A9A9A. Windows color (decimal): -3896950 or 9079236. OLE color: 9079236.
HSL color Cylindrical-coordinate representation of color #C4898A: hue angle of 358.98º 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 #C4898A is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 138 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.23 |
| HSL | 358.98º | 0.33% | 0.65% | - |
| HSV(B) | 358.98º | 0.3% | 0.77% | - |
| XYZ | 36.3 | 31.46 | 28.2 | - |
| YUV | 154.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 138 | 0 | 0.30 | 0.30 | 0.23 | 358.98 | 0.33 | 0.65 |
| Hex | C4 | 89 | 8A | 0 | 1E | 1E | 17 | 167 | 21 | 41 |
| Octal | 304 | 211 | 212 | 0 | 36 | 36 | 27 | 547 | 41 | 101 |
| Binary | 11000100 | 10001001 | 10001010 | 0 | 11110 | 11110 | 10111 | 101100111 | 100001 | 1000001 |
Color Harmonies of #C4898A
Complementary color
Monochromatic Colors of #C4898A
Black with #C4898A
Text Example
Text Example
White with #C4898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4898A; }
p { color: rgb(196,137,138); }
H1.HeaderClassName
{
color: #C4898A;
}
.AnyTagClassName
{
color: #C4898A;
}
</style>
background-color css
<style>
a { background-color: #C4898A; }
a { background-color: rgb(196,137,138); }
div.DivClassName
{
background-color: #C4898A;
}
.BgClassName
{
background-color: #C4898A;
}
</style>
border-color css
<style>
span { border-color: #C4898A; }
span { border-color: rgb(196,137,138); }
td.TdClassName
{
border-color: #C4898A;
}
.TagClassName
{
border-color: #C4898A;
}
</style>