Shades of Puce #C9838F
Tints of Puce #C9838F
RGB
CMYK
RGB Variations
Color information
#C9838F (or 0xC9838F) is known color: Puce. HEX triplet: C9, 83 and 8F. RGB value is (201,131,143). Sum of RGB (Red+Green+Blue) = 201+131+143=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9838F is #367C70. Grayscale: #999999. Windows color (decimal): -3570801 or 9405385. OLE color: 9405385.
HSL color Cylindrical-coordinate representation of color #C9838F: hue angle of 349.71º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9838F is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 131 | 143 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.21 |
| HSL | 349.71º | 0.39% | 0.65% | - |
| HSV(B) | 349.71º | 0.35% | 0.79% | - |
| XYZ | 37.16 | 30.63 | 29.94 | - |
| YUV | 153.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 143 | 0 | 0.35 | 0.29 | 0.21 | 349.71 | 0.39 | 0.65 |
| Hex | C9 | 83 | 8F | 0 | 23 | 1D | 15 | 15E | 27 | 41 |
| Octal | 311 | 203 | 217 | 0 | 43 | 35 | 25 | 536 | 47 | 101 |
| Binary | 11001001 | 10000011 | 10001111 | 0 | 100011 | 11101 | 10101 | 101011110 | 100111 | 1000001 |
Color Harmonies of #C9838F
Complementary color
Monochromatic Colors of #C9838F
Black with #C9838F
Text Example
Text Example
White with #C9838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9838F; }
p { color: rgb(201,131,143); }
H1.HeaderClassName
{
color: #C9838F;
}
.AnyTagClassName
{
color: #C9838F;
}
</style>
background-color css
<style>
a { background-color: #C9838F; }
a { background-color: rgb(201,131,143); }
div.DivClassName
{
background-color: #C9838F;
}
.BgClassName
{
background-color: #C9838F;
}
</style>
border-color css
<style>
span { border-color: #C9838F; }
span { border-color: rgb(201,131,143); }
td.TdClassName
{
border-color: #C9838F;
}
.TagClassName
{
border-color: #C9838F;
}
</style>