Shades of Puce #C88290
Tints of Puce #C88290
RGB
CMYK
RGB Variations
Color information
#C88290 (or 0xC88290) is known color: Puce. HEX triplet: C8, 82 and 90. RGB value is (200,130,144). Sum of RGB (Red+Green+Blue) = 200+130+144=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C88290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88290 is #377D6F. Grayscale: #989898. Windows color (decimal): -3636592 or 9470664. OLE color: 9470664.
HSL color Cylindrical-coordinate representation of color #C88290: hue angle of 348º 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 #C88290 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 144 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.22 |
| HSL | 348º | 0.39% | 0.65% | - |
| HSV(B) | 348º | 0.35% | 0.78% | - |
| XYZ | 36.84 | 30.26 | 30.28 | - |
| YUV | 152.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 144 | 0 | 0.35 | 0.28 | 0.22 | 348 | 0.39 | 0.65 |
| Hex | C8 | 82 | 90 | 0 | 23 | 1C | 16 | 15C | 27 | 41 |
| Octal | 310 | 202 | 220 | 0 | 43 | 34 | 26 | 534 | 47 | 101 |
| Binary | 11001000 | 10000010 | 10010000 | 0 | 100011 | 11100 | 10110 | 101011100 | 100111 | 1000001 |
Color Harmonies of #C88290
Complementary color
Monochromatic Colors of #C88290
Black with #C88290
Text Example
Text Example
White with #C88290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88290; }
p { color: rgb(200,130,144); }
H1.HeaderClassName
{
color: #C88290;
}
.AnyTagClassName
{
color: #C88290;
}
</style>
background-color css
<style>
a { background-color: #C88290; }
a { background-color: rgb(200,130,144); }
div.DivClassName
{
background-color: #C88290;
}
.BgClassName
{
background-color: #C88290;
}
</style>
border-color css
<style>
span { border-color: #C88290; }
span { border-color: rgb(200,130,144); }
td.TdClassName
{
border-color: #C88290;
}
.TagClassName
{
border-color: #C88290;
}
</style>