Shades of Puce #C98698
Tints of Puce #C98698
RGB
CMYK
RGB Variations
Color information
#C98698 (or 0xC98698) is known color: Puce. HEX triplet: C9, 86 and 98. RGB value is (201,134,152). Sum of RGB (Red+Green+Blue) = 201+134+152=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C98698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98698 is #367967. Grayscale: #9C9C9C. Windows color (decimal): -3570024 or 9995977. OLE color: 9995977.
HSL color Cylindrical-coordinate representation of color #C98698: hue angle of 343.88º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C98698 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 152 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.21 |
| HSL | 343.88º | 0.38% | 0.66% | - |
| HSV(B) | 343.88º | 0.33% | 0.79% | - |
| XYZ | 38.28 | 31.73 | 33.81 | - |
| YUV | 156.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 152 | 0 | 0.33 | 0.24 | 0.21 | 343.88 | 0.38 | 0.66 |
| Hex | C9 | 86 | 98 | 0 | 21 | 18 | 15 | 158 | 26 | 42 |
| Octal | 311 | 206 | 230 | 0 | 41 | 30 | 25 | 530 | 46 | 102 |
| Binary | 11001001 | 10000110 | 10011000 | 0 | 100001 | 11000 | 10101 | 101011000 | 100110 | 1000010 |
Color Harmonies of #C98698
Complementary color
Monochromatic Colors of #C98698
Black with #C98698
Text Example
Text Example
White with #C98698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98698; }
p { color: rgb(201,134,152); }
H1.HeaderClassName
{
color: #C98698;
}
.AnyTagClassName
{
color: #C98698;
}
</style>
background-color css
<style>
a { background-color: #C98698; }
a { background-color: rgb(201,134,152); }
div.DivClassName
{
background-color: #C98698;
}
.BgClassName
{
background-color: #C98698;
}
</style>
border-color css
<style>
span { border-color: #C98698; }
span { border-color: rgb(201,134,152); }
td.TdClassName
{
border-color: #C98698;
}
.TagClassName
{
border-color: #C98698;
}
</style>