Shades of Puce #C9818F
Tints of Puce #C9818F
RGB
CMYK
RGB Variations
Color information
#C9818F (or 0xC9818F) is known color: Puce. HEX triplet: C9, 81 and 8F. RGB value is (201,129,143). Sum of RGB (Red+Green+Blue) = 201+129+143=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9818F is #367E70. Grayscale: #989898. Windows color (decimal): -3571313 or 9404873. OLE color: 9404873.
HSL color Cylindrical-coordinate representation of color #C9818F: hue angle of 348.33º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C9818F is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 143 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.21 |
| HSL | 348.33º | 0.4% | 0.65% | - |
| HSV(B) | 348.33º | 0.36% | 0.79% | - |
| XYZ | 36.9 | 30.1 | 29.85 | - |
| YUV | 152.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 143 | 0 | 0.36 | 0.29 | 0.21 | 348.33 | 0.4 | 0.65 |
| Hex | C9 | 81 | 8F | 0 | 24 | 1D | 15 | 15C | 28 | 41 |
| Octal | 311 | 201 | 217 | 0 | 44 | 35 | 25 | 534 | 50 | 101 |
| Binary | 11001001 | 10000001 | 10001111 | 0 | 100100 | 11101 | 10101 | 101011100 | 101000 | 1000001 |
Color Harmonies of #C9818F
Complementary color
Monochromatic Colors of #C9818F
Black with #C9818F
Text Example
Text Example
White with #C9818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9818F; }
p { color: rgb(201,129,143); }
H1.HeaderClassName
{
color: #C9818F;
}
.AnyTagClassName
{
color: #C9818F;
}
</style>
background-color css
<style>
a { background-color: #C9818F; }
a { background-color: rgb(201,129,143); }
div.DivClassName
{
background-color: #C9818F;
}
.BgClassName
{
background-color: #C9818F;
}
</style>
border-color css
<style>
span { border-color: #C9818F; }
span { border-color: rgb(201,129,143); }
td.TdClassName
{
border-color: #C9818F;
}
.TagClassName
{
border-color: #C9818F;
}
</style>