Shades of Puce #C88B92
Tints of Puce #C88B92
RGB
CMYK
RGB Variations
Color information
#C88B92 (or 0xC88B92) is known color: Puce. HEX triplet: C8, 8B and 92. RGB value is (200,139,146). Sum of RGB (Red+Green+Blue) = 200+139+146=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88B92 is #37746D. Grayscale: #9E9E9E. Windows color (decimal): -3634286 or 9604040. OLE color: 9604040.
HSL color Cylindrical-coordinate representation of color #C88B92: hue angle of 353.11º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88B92 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 139 | 146 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.22 |
| HSL | 353.11º | 0.36% | 0.66% | - |
| HSV(B) | 353.11º | 0.31% | 0.78% | - |
| XYZ | 38.24 | 32.82 | 31.51 | - |
| YUV | 158.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 146 | 0 | 0.30 | 0.27 | 0.22 | 353.11 | 0.36 | 0.66 |
| Hex | C8 | 8B | 92 | 0 | 1E | 1B | 16 | 161 | 24 | 42 |
| Octal | 310 | 213 | 222 | 0 | 36 | 33 | 26 | 541 | 44 | 102 |
| Binary | 11001000 | 10001011 | 10010010 | 0 | 11110 | 11011 | 10110 | 101100001 | 100100 | 1000010 |
Color Harmonies of #C88B92
Complementary color
Monochromatic Colors of #C88B92
Black with #C88B92
Text Example
Text Example
White with #C88B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88B92; }
p { color: rgb(200,139,146); }
H1.HeaderClassName
{
color: #C88B92;
}
.AnyTagClassName
{
color: #C88B92;
}
</style>
background-color css
<style>
a { background-color: #C88B92; }
a { background-color: rgb(200,139,146); }
div.DivClassName
{
background-color: #C88B92;
}
.BgClassName
{
background-color: #C88B92;
}
</style>
border-color css
<style>
span { border-color: #C88B92; }
span { border-color: rgb(200,139,146); }
td.TdClassName
{
border-color: #C88B92;
}
.TagClassName
{
border-color: #C88B92;
}
</style>