Shades of Puce #C98B8F
Tints of Puce #C98B8F
RGB
CMYK
RGB Variations
Color information
#C98B8F (or 0xC98B8F) is known color: Puce. HEX triplet: C9, 8B and 8F. RGB value is (201,139,143). Sum of RGB (Red+Green+Blue) = 201+139+143=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98B8F is #367470. Grayscale: #9E9E9E. Windows color (decimal): -3568753 or 9407433. OLE color: 9407433.
HSL color Cylindrical-coordinate representation of color #C98B8F: hue angle of 356.13º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98B8F is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 139 | 143 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.21 |
| HSL | 356.13º | 0.36% | 0.67% | - |
| HSV(B) | 356.13º | 0.31% | 0.79% | - |
| XYZ | 38.28 | 32.87 | 30.31 | - |
| YUV | 157.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 143 | 0 | 0.31 | 0.29 | 0.21 | 356.13 | 0.36 | 0.67 |
| Hex | C9 | 8B | 8F | 0 | 1F | 1D | 15 | 164 | 24 | 43 |
| Octal | 311 | 213 | 217 | 0 | 37 | 35 | 25 | 544 | 44 | 103 |
| Binary | 11001001 | 10001011 | 10001111 | 0 | 11111 | 11101 | 10101 | 101100100 | 100100 | 1000011 |
Color Harmonies of #C98B8F
Complementary color
Monochromatic Colors of #C98B8F
Black with #C98B8F
Text Example
Text Example
White with #C98B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98B8F; }
p { color: rgb(201,139,143); }
H1.HeaderClassName
{
color: #C98B8F;
}
.AnyTagClassName
{
color: #C98B8F;
}
</style>
background-color css
<style>
a { background-color: #C98B8F; }
a { background-color: rgb(201,139,143); }
div.DivClassName
{
background-color: #C98B8F;
}
.BgClassName
{
background-color: #C98B8F;
}
</style>
border-color css
<style>
span { border-color: #C98B8F; }
span { border-color: rgb(201,139,143); }
td.TdClassName
{
border-color: #C98B8F;
}
.TagClassName
{
border-color: #C98B8F;
}
</style>