Shades of Puce #C88C8F
Tints of Puce #C88C8F
RGB
CMYK
RGB Variations
Color information
#C88C8F (or 0xC88C8F) is known color: Puce. HEX triplet: C8, 8C and 8F. RGB value is (200,140,143). Sum of RGB (Red+Green+Blue) = 200+140+143=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88C8F is #377370. Grayscale: #9E9E9E. Windows color (decimal): -3634033 or 9407688. OLE color: 9407688.
HSL color Cylindrical-coordinate representation of color #C88C8F: hue angle of 357º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88C8F is Cyan = 0, Magento = 0.3, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 143 | - |
| CMYK | 0 | 0.3 | 0.28 | 0.22 |
| HSL | 357º | 0.35% | 0.67% | - |
| HSV(B) | 357º | 0.3% | 0.78% | - |
| XYZ | 38.16 | 33.02 | 30.35 | - |
| YUV | 158.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 143 | 0 | 0.3 | 0.28 | 0.22 | 357 | 0.35 | 0.67 |
| Hex | C8 | 8C | 8F | 0 | 1E | 1C | 16 | 165 | 23 | 43 |
| Octal | 310 | 214 | 217 | 0 | 36 | 34 | 26 | 545 | 43 | 103 |
| Binary | 11001000 | 10001100 | 10001111 | 0 | 11110 | 11100 | 10110 | 101100101 | 100011 | 1000011 |
Color Harmonies of #C88C8F
Complementary color
Monochromatic Colors of #C88C8F
Black with #C88C8F
Text Example
Text Example
White with #C88C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C8F; }
p { color: rgb(200,140,143); }
H1.HeaderClassName
{
color: #C88C8F;
}
.AnyTagClassName
{
color: #C88C8F;
}
</style>
background-color css
<style>
a { background-color: #C88C8F; }
a { background-color: rgb(200,140,143); }
div.DivClassName
{
background-color: #C88C8F;
}
.BgClassName
{
background-color: #C88C8F;
}
</style>
border-color css
<style>
span { border-color: #C88C8F; }
span { border-color: rgb(200,140,143); }
td.TdClassName
{
border-color: #C88C8F;
}
.TagClassName
{
border-color: #C88C8F;
}
</style>