Shades of Puce #C883A0
Tints of Puce #C883A0
RGB
CMYK
RGB Variations
Color information
#C883A0 (or 0xC883A0) is known color: Puce. HEX triplet: C8, 83 and A0. RGB value is (200,131,160). Sum of RGB (Red+Green+Blue) = 200+131+160=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C883A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C883A0 is #377C5F. Grayscale: #9A9A9A. Windows color (decimal): -3636320 or 10519496. OLE color: 10519496.
HSL color Cylindrical-coordinate representation of color #C883A0: hue angle of 334.78º 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 #C883A0 is Cyan = 0, Magento = 0.34, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 160 | - |
| CMYK | 0 | 0.34 | 0.2 | 0.22 |
| HSL | 334.78º | 0.39% | 0.65% | - |
| HSV(B) | 334.78º | 0.35% | 0.78% | - |
| XYZ | 38.28 | 31.05 | 37.23 | - |
| YUV | 154.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 160 | 0 | 0.34 | 0.2 | 0.22 | 334.78 | 0.39 | 0.65 |
| Hex | C8 | 83 | A0 | 0 | 22 | 14 | 16 | 14F | 27 | 41 |
| Octal | 310 | 203 | 240 | 0 | 42 | 24 | 26 | 517 | 47 | 101 |
| Binary | 11001000 | 10000011 | 10100000 | 0 | 100010 | 10100 | 10110 | 101001111 | 100111 | 1000001 |
Color Harmonies of #C883A0
Complementary color
Monochromatic Colors of #C883A0
Black with #C883A0
Text Example
Text Example
White with #C883A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883A0; }
p { color: rgb(200,131,160); }
H1.HeaderClassName
{
color: #C883A0;
}
.AnyTagClassName
{
color: #C883A0;
}
</style>
background-color css
<style>
a { background-color: #C883A0; }
a { background-color: rgb(200,131,160); }
div.DivClassName
{
background-color: #C883A0;
}
.BgClassName
{
background-color: #C883A0;
}
</style>
border-color css
<style>
span { border-color: #C883A0; }
span { border-color: rgb(200,131,160); }
td.TdClassName
{
border-color: #C883A0;
}
.TagClassName
{
border-color: #C883A0;
}
</style>