Shades of Puce #C8838B
Tints of Puce #C8838B
RGB
CMYK
RGB Variations
Color information
#C8838B (or 0xC8838B) is known color: Puce. HEX triplet: C8, 83 and 8B. RGB value is (200,131,139). Sum of RGB (Red+Green+Blue) = 200+131+139=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8838B is #377C74. Grayscale: #989898. Windows color (decimal): -3636341 or 9143240. OLE color: 9143240.
HSL color Cylindrical-coordinate representation of color #C8838B: hue angle of 353.04º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8838B is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 139 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.22 |
| HSL | 353.04º | 0.39% | 0.65% | - |
| HSV(B) | 353.04º | 0.35% | 0.78% | - |
| XYZ | 36.6 | 30.38 | 28.36 | - |
| YUV | 152.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 139 | 0 | 0.34 | 0.30 | 0.22 | 353.04 | 0.39 | 0.65 |
| Hex | C8 | 83 | 8B | 0 | 22 | 1E | 16 | 161 | 27 | 41 |
| Octal | 310 | 203 | 213 | 0 | 42 | 36 | 26 | 541 | 47 | 101 |
| Binary | 11001000 | 10000011 | 10001011 | 0 | 100010 | 11110 | 10110 | 101100001 | 100111 | 1000001 |
Color Harmonies of #C8838B
Complementary color
Monochromatic Colors of #C8838B
Black with #C8838B
Text Example
Text Example
White with #C8838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8838B; }
p { color: rgb(200,131,139); }
H1.HeaderClassName
{
color: #C8838B;
}
.AnyTagClassName
{
color: #C8838B;
}
</style>
background-color css
<style>
a { background-color: #C8838B; }
a { background-color: rgb(200,131,139); }
div.DivClassName
{
background-color: #C8838B;
}
.BgClassName
{
background-color: #C8838B;
}
</style>
border-color css
<style>
span { border-color: #C8838B; }
span { border-color: rgb(200,131,139); }
td.TdClassName
{
border-color: #C8838B;
}
.TagClassName
{
border-color: #C8838B;
}
</style>