Shades of Puce #C7868B
Tints of Puce #C7868B
RGB
CMYK
RGB Variations
Color information
#C7868B (or 0xC7868B) is known color: Puce. HEX triplet: C7, 86 and 8B. RGB value is (199,134,139). Sum of RGB (Red+Green+Blue) = 199+134+139=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7868B is #387974. Grayscale: #9A9A9A. Windows color (decimal): -3701109 or 9144007. OLE color: 9144007.
HSL color Cylindrical-coordinate representation of color #C7868B: hue angle of 355.38º degrees, saturation: 0.37, 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 #C7868B is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 139 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.22 |
| HSL | 355.38º | 0.37% | 0.65% | - |
| HSV(B) | 355.38º | 0.33% | 0.78% | - |
| XYZ | 36.74 | 31.06 | 28.48 | - |
| YUV | 154.01 | 119.53 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 139 | 0 | 0.33 | 0.30 | 0.22 | 355.38 | 0.37 | 0.65 |
| Hex | C7 | 86 | 8B | 0 | 21 | 1E | 16 | 163 | 25 | 41 |
| Octal | 307 | 206 | 213 | 0 | 41 | 36 | 26 | 543 | 45 | 101 |
| Binary | 11000111 | 10000110 | 10001011 | 0 | 100001 | 11110 | 10110 | 101100011 | 100101 | 1000001 |
Color Harmonies of #C7868B
Complementary color
Monochromatic Colors of #C7868B
Black with #C7868B
Text Example
Text Example
White with #C7868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7868B; }
p { color: rgb(199,134,139); }
H1.HeaderClassName
{
color: #C7868B;
}
.AnyTagClassName
{
color: #C7868B;
}
</style>
background-color css
<style>
a { background-color: #C7868B; }
a { background-color: rgb(199,134,139); }
div.DivClassName
{
background-color: #C7868B;
}
.BgClassName
{
background-color: #C7868B;
}
</style>
border-color css
<style>
span { border-color: #C7868B; }
span { border-color: rgb(199,134,139); }
td.TdClassName
{
border-color: #C7868B;
}
.TagClassName
{
border-color: #C7868B;
}
</style>