Shades of Puce #C7868A
Tints of Puce #C7868A
RGB
CMYK
RGB Variations
Color information
#C7868A (or 0xC7868A) is known color: Puce. HEX triplet: C7, 86 and 8A. RGB value is (199,134,138). Sum of RGB (Red+Green+Blue) = 199+134+138=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C7868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7868A is #387975. Grayscale: #999999. Windows color (decimal): -3701110 or 9078471. OLE color: 9078471.
HSL color Cylindrical-coordinate representation of color #C7868A: hue angle of 356.31º 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 #C7868A is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 138 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.22 |
| HSL | 356.31º | 0.37% | 0.65% | - |
| HSV(B) | 356.31º | 0.33% | 0.78% | - |
| XYZ | 36.67 | 31.03 | 28.1 | - |
| YUV | 153.89 | 119.03 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 138 | 0 | 0.33 | 0.31 | 0.22 | 356.31 | 0.37 | 0.65 |
| Hex | C7 | 86 | 8A | 0 | 21 | 1F | 16 | 164 | 25 | 41 |
| Octal | 307 | 206 | 212 | 0 | 41 | 37 | 26 | 544 | 45 | 101 |
| Binary | 11000111 | 10000110 | 10001010 | 0 | 100001 | 11111 | 10110 | 101100100 | 100101 | 1000001 |
Color Harmonies of #C7868A
Complementary color
Monochromatic Colors of #C7868A
Black with #C7868A
Text Example
Text Example
White with #C7868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7868A; }
p { color: rgb(199,134,138); }
H1.HeaderClassName
{
color: #C7868A;
}
.AnyTagClassName
{
color: #C7868A;
}
</style>
background-color css
<style>
a { background-color: #C7868A; }
a { background-color: rgb(199,134,138); }
div.DivClassName
{
background-color: #C7868A;
}
.BgClassName
{
background-color: #C7868A;
}
</style>
border-color css
<style>
span { border-color: #C7868A; }
span { border-color: rgb(199,134,138); }
td.TdClassName
{
border-color: #C7868A;
}
.TagClassName
{
border-color: #C7868A;
}
</style>