Shades of Puce #C88A91
Tints of Puce #C88A91
RGB
CMYK
RGB Variations
Color information
#C88A91 (or 0xC88A91) is known color: Puce. HEX triplet: C8, 8A and 91. RGB value is (200,138,145). Sum of RGB (Red+Green+Blue) = 200+138+145=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88A91 is #37756E. Grayscale: #9D9D9D. Windows color (decimal): -3634543 or 9538248. OLE color: 9538248.
HSL color Cylindrical-coordinate representation of color #C88A91: hue angle of 353.23º 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 #C88A91 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 145 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.22 |
| HSL | 353.23º | 0.36% | 0.66% | - |
| HSV(B) | 353.23º | 0.31% | 0.78% | - |
| XYZ | 38.02 | 32.5 | 31.06 | - |
| YUV | 157.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 145 | 0 | 0.31 | 0.28 | 0.22 | 353.23 | 0.36 | 0.66 |
| Hex | C8 | 8A | 91 | 0 | 1F | 1C | 16 | 161 | 24 | 42 |
| Octal | 310 | 212 | 221 | 0 | 37 | 34 | 26 | 541 | 44 | 102 |
| Binary | 11001000 | 10001010 | 10010001 | 0 | 11111 | 11100 | 10110 | 101100001 | 100100 | 1000010 |
Color Harmonies of #C88A91
Complementary color
Monochromatic Colors of #C88A91
Black with #C88A91
Text Example
Text Example
White with #C88A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88A91; }
p { color: rgb(200,138,145); }
H1.HeaderClassName
{
color: #C88A91;
}
.AnyTagClassName
{
color: #C88A91;
}
</style>
background-color css
<style>
a { background-color: #C88A91; }
a { background-color: rgb(200,138,145); }
div.DivClassName
{
background-color: #C88A91;
}
.BgClassName
{
background-color: #C88A91;
}
</style>
border-color css
<style>
span { border-color: #C88A91; }
span { border-color: rgb(200,138,145); }
td.TdClassName
{
border-color: #C88A91;
}
.TagClassName
{
border-color: #C88A91;
}
</style>