Shades of Puce #C7858D
Tints of Puce #C7858D
RGB
CMYK
RGB Variations
Color information
#C7858D (or 0xC7858D) is known color: Puce. HEX triplet: C7, 85 and 8D. RGB value is (199,133,141). Sum of RGB (Red+Green+Blue) = 199+133+141=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C7858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7858D is #387A72. Grayscale: #999999. Windows color (decimal): -3701363 or 9274823. OLE color: 9274823.
HSL color Cylindrical-coordinate representation of color #C7858D: hue angle of 352.73º 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 #C7858D is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 141 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.22 |
| HSL | 352.73º | 0.37% | 0.65% | - |
| HSV(B) | 352.73º | 0.33% | 0.78% | - |
| XYZ | 36.75 | 30.84 | 29.22 | - |
| YUV | 153.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 141 | 0 | 0.33 | 0.29 | 0.22 | 352.73 | 0.37 | 0.65 |
| Hex | C7 | 85 | 8D | 0 | 21 | 1D | 16 | 161 | 25 | 41 |
| Octal | 307 | 205 | 215 | 0 | 41 | 35 | 26 | 541 | 45 | 101 |
| Binary | 11000111 | 10000101 | 10001101 | 0 | 100001 | 11101 | 10110 | 101100001 | 100101 | 1000001 |
Color Harmonies of #C7858D
Complementary color
Monochromatic Colors of #C7858D
Black with #C7858D
Text Example
Text Example
White with #C7858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7858D; }
p { color: rgb(199,133,141); }
H1.HeaderClassName
{
color: #C7858D;
}
.AnyTagClassName
{
color: #C7858D;
}
</style>
background-color css
<style>
a { background-color: #C7858D; }
a { background-color: rgb(199,133,141); }
div.DivClassName
{
background-color: #C7858D;
}
.BgClassName
{
background-color: #C7858D;
}
</style>
border-color css
<style>
span { border-color: #C7858D; }
span { border-color: rgb(199,133,141); }
td.TdClassName
{
border-color: #C7858D;
}
.TagClassName
{
border-color: #C7858D;
}
</style>