Shades of Puce #C8818F
Tints of Puce #C8818F
RGB
CMYK
RGB Variations
Color information
#C8818F (or 0xC8818F) is known color: Puce. HEX triplet: C8, 81 and 8F. RGB value is (200,129,143). Sum of RGB (Red+Green+Blue) = 200+129+143=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8818F is #377E70. Grayscale: #979797. Windows color (decimal): -3636849 or 9404872. OLE color: 9404872.
HSL color Cylindrical-coordinate representation of color #C8818F: hue angle of 348.17º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8818F is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 143 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.22 |
| HSL | 348.17º | 0.39% | 0.65% | - |
| HSV(B) | 348.17º | 0.36% | 0.78% | - |
| XYZ | 36.63 | 29.96 | 29.84 | - |
| YUV | 151.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 143 | 0 | 0.36 | 0.28 | 0.22 | 348.17 | 0.39 | 0.65 |
| Hex | C8 | 81 | 8F | 0 | 24 | 1C | 16 | 15C | 27 | 41 |
| Octal | 310 | 201 | 217 | 0 | 44 | 34 | 26 | 534 | 47 | 101 |
| Binary | 11001000 | 10000001 | 10001111 | 0 | 100100 | 11100 | 10110 | 101011100 | 100111 | 1000001 |
Color Harmonies of #C8818F
Complementary color
Monochromatic Colors of #C8818F
Black with #C8818F
Text Example
Text Example
White with #C8818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8818F; }
p { color: rgb(200,129,143); }
H1.HeaderClassName
{
color: #C8818F;
}
.AnyTagClassName
{
color: #C8818F;
}
</style>
background-color css
<style>
a { background-color: #C8818F; }
a { background-color: rgb(200,129,143); }
div.DivClassName
{
background-color: #C8818F;
}
.BgClassName
{
background-color: #C8818F;
}
</style>
border-color css
<style>
span { border-color: #C8818F; }
span { border-color: rgb(200,129,143); }
td.TdClassName
{
border-color: #C8818F;
}
.TagClassName
{
border-color: #C8818F;
}
</style>