Shades of Puce #C88593
Tints of Puce #C88593
RGB
CMYK
RGB Variations
Color information
#C88593 (or 0xC88593) is known color: Puce. HEX triplet: C8, 85 and 93. RGB value is (200,133,147). Sum of RGB (Red+Green+Blue) = 200+133+147=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C88593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88593 is #377A6C. Grayscale: #9A9A9A. Windows color (decimal): -3635821 or 9668040. OLE color: 9668040.
HSL color Cylindrical-coordinate representation of color #C88593: hue angle of 347.46º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C88593 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 147 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.22 |
| HSL | 347.46º | 0.38% | 0.65% | - |
| HSV(B) | 347.46º | 0.34% | 0.78% | - |
| XYZ | 37.47 | 31.16 | 31.64 | - |
| YUV | 154.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 147 | 0 | 0.34 | 0.26 | 0.22 | 347.46 | 0.38 | 0.65 |
| Hex | C8 | 85 | 93 | 0 | 22 | 1A | 16 | 15B | 26 | 41 |
| Octal | 310 | 205 | 223 | 0 | 42 | 32 | 26 | 533 | 46 | 101 |
| Binary | 11001000 | 10000101 | 10010011 | 0 | 100010 | 11010 | 10110 | 101011011 | 100110 | 1000001 |
Color Harmonies of #C88593
Complementary color
Monochromatic Colors of #C88593
Black with #C88593
Text Example
Text Example
White with #C88593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88593; }
p { color: rgb(200,133,147); }
H1.HeaderClassName
{
color: #C88593;
}
.AnyTagClassName
{
color: #C88593;
}
</style>
background-color css
<style>
a { background-color: #C88593; }
a { background-color: rgb(200,133,147); }
div.DivClassName
{
background-color: #C88593;
}
.BgClassName
{
background-color: #C88593;
}
</style>
border-color css
<style>
span { border-color: #C88593; }
span { border-color: rgb(200,133,147); }
td.TdClassName
{
border-color: #C88593;
}
.TagClassName
{
border-color: #C88593;
}
</style>