Shades of Puce #C8898B
Tints of Puce #C8898B
RGB
CMYK
RGB Variations
Color information
#C8898B (or 0xC8898B) is known color: Puce. HEX triplet: C8, 89 and 8B. RGB value is (200,137,139). Sum of RGB (Red+Green+Blue) = 200+137+139=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8898B is #377674. Grayscale: #9C9C9C. Windows color (decimal): -3634805 or 9144776. OLE color: 9144776.
HSL color Cylindrical-coordinate representation of color #C8898B: hue angle of 358.1º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8898B is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 139 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.22 |
| HSL | 358.1º | 0.36% | 0.66% | - |
| HSV(B) | 358.1º | 0.32% | 0.78% | - |
| XYZ | 37.43 | 32.03 | 28.64 | - |
| YUV | 156.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 139 | 0 | 0.32 | 0.30 | 0.22 | 358.1 | 0.36 | 0.66 |
| Hex | C8 | 89 | 8B | 0 | 20 | 1E | 16 | 166 | 24 | 42 |
| Octal | 310 | 211 | 213 | 0 | 40 | 36 | 26 | 546 | 44 | 102 |
| Binary | 11001000 | 10001001 | 10001011 | 0 | 100000 | 11110 | 10110 | 101100110 | 100100 | 1000010 |
Color Harmonies of #C8898B
Complementary color
Monochromatic Colors of #C8898B
Black with #C8898B
Text Example
Text Example
White with #C8898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8898B; }
p { color: rgb(200,137,139); }
H1.HeaderClassName
{
color: #C8898B;
}
.AnyTagClassName
{
color: #C8898B;
}
</style>
background-color css
<style>
a { background-color: #C8898B; }
a { background-color: rgb(200,137,139); }
div.DivClassName
{
background-color: #C8898B;
}
.BgClassName
{
background-color: #C8898B;
}
</style>
border-color css
<style>
span { border-color: #C8898B; }
span { border-color: rgb(200,137,139); }
td.TdClassName
{
border-color: #C8898B;
}
.TagClassName
{
border-color: #C8898B;
}
</style>