Shades of Puce #C88A9A
Tints of Puce #C88A9A
RGB
CMYK
RGB Variations
Color information
#C88A9A (or 0xC88A9A) is known color: Puce. HEX triplet: C8, 8A and 9A. RGB value is (200,138,154). Sum of RGB (Red+Green+Blue) = 200+138+154=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88A9A is #377565. Grayscale: #9E9E9E. Windows color (decimal): -3634534 or 10128072. OLE color: 10128072.
HSL color Cylindrical-coordinate representation of color #C88A9A: hue angle of 344.52º 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 #C88A9A is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 154 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.22 |
| HSL | 344.52º | 0.36% | 0.66% | - |
| HSV(B) | 344.52º | 0.31% | 0.78% | - |
| XYZ | 38.74 | 32.79 | 34.86 | - |
| YUV | 158.36 | 125.54 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 154 | 0 | 0.31 | 0.23 | 0.22 | 344.52 | 0.36 | 0.66 |
| Hex | C8 | 8A | 9A | 0 | 1F | 17 | 16 | 159 | 24 | 42 |
| Octal | 310 | 212 | 232 | 0 | 37 | 27 | 26 | 531 | 44 | 102 |
| Binary | 11001000 | 10001010 | 10011010 | 0 | 11111 | 10111 | 10110 | 101011001 | 100100 | 1000010 |
Color Harmonies of #C88A9A
Complementary color
Monochromatic Colors of #C88A9A
Black with #C88A9A
Text Example
Text Example
White with #C88A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88A9A; }
p { color: rgb(200,138,154); }
H1.HeaderClassName
{
color: #C88A9A;
}
.AnyTagClassName
{
color: #C88A9A;
}
</style>
background-color css
<style>
a { background-color: #C88A9A; }
a { background-color: rgb(200,138,154); }
div.DivClassName
{
background-color: #C88A9A;
}
.BgClassName
{
background-color: #C88A9A;
}
</style>
border-color css
<style>
span { border-color: #C88A9A; }
span { border-color: rgb(200,138,154); }
td.TdClassName
{
border-color: #C88A9A;
}
.TagClassName
{
border-color: #C88A9A;
}
</style>