Shades of Puce #C0818E
Tints of Puce #C0818E
RGB
CMYK
RGB Variations
Color information
#C0818E (or 0xC0818E) is known color: Puce. HEX triplet: C0, 81 and 8E. RGB value is (192,129,142). Sum of RGB (Red+Green+Blue) = 192+129+142=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0818E is #3F7E71. Grayscale: #959595. Windows color (decimal): -4161138 or 9339328. OLE color: 9339328.
HSL color Cylindrical-coordinate representation of color #C0818E: hue angle of 347.62º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0818E is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 142 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.25 |
| HSL | 347.62º | 0.33% | 0.63% | - |
| HSV(B) | 347.62º | 0.33% | 0.75% | - |
| XYZ | 34.47 | 28.86 | 29.34 | - |
| YUV | 149.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 142 | 0 | 0.33 | 0.26 | 0.25 | 347.62 | 0.33 | 0.63 |
| Hex | C0 | 81 | 8E | 0 | 21 | 1A | 19 | 15C | 21 | 3F |
| Octal | 300 | 201 | 216 | 0 | 41 | 32 | 31 | 534 | 41 | 77 |
| Binary | 11000000 | 10000001 | 10001110 | 0 | 100001 | 11010 | 11001 | 101011100 | 100001 | 111111 |
Color Harmonies of #C0818E
Complementary color
Monochromatic Colors of #C0818E
Black with #C0818E
Text Example
Text Example
White with #C0818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0818E; }
p { color: rgb(192,129,142); }
H1.HeaderClassName
{
color: #C0818E;
}
.AnyTagClassName
{
color: #C0818E;
}
</style>
background-color css
<style>
a { background-color: #C0818E; }
a { background-color: rgb(192,129,142); }
div.DivClassName
{
background-color: #C0818E;
}
.BgClassName
{
background-color: #C0818E;
}
</style>
border-color css
<style>
span { border-color: #C0818E; }
span { border-color: rgb(192,129,142); }
td.TdClassName
{
border-color: #C0818E;
}
.TagClassName
{
border-color: #C0818E;
}
</style>