Shades of Puce #C7848B
Tints of Puce #C7848B
RGB
CMYK
RGB Variations
Color information
#C7848B (or 0xC7848B) is known color: Puce. HEX triplet: C7, 84 and 8B. RGB value is (199,132,139). Sum of RGB (Red+Green+Blue) = 199+132+139=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7848B is #387B74. Grayscale: #989898. Windows color (decimal): -3701621 or 9143495. OLE color: 9143495.
HSL color Cylindrical-coordinate representation of color #C7848B: hue angle of 353.73º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7848B is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 139 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.22 |
| HSL | 353.73º | 0.37% | 0.65% | - |
| HSV(B) | 353.73º | 0.34% | 0.78% | - |
| XYZ | 36.46 | 30.51 | 28.39 | - |
| YUV | 152.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 139 | 0 | 0.34 | 0.30 | 0.22 | 353.73 | 0.37 | 0.65 |
| Hex | C7 | 84 | 8B | 0 | 22 | 1E | 16 | 162 | 25 | 41 |
| Octal | 307 | 204 | 213 | 0 | 42 | 36 | 26 | 542 | 45 | 101 |
| Binary | 11000111 | 10000100 | 10001011 | 0 | 100010 | 11110 | 10110 | 101100010 | 100101 | 1000001 |
Color Harmonies of #C7848B
Complementary color
Monochromatic Colors of #C7848B
Black with #C7848B
Text Example
Text Example
White with #C7848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7848B; }
p { color: rgb(199,132,139); }
H1.HeaderClassName
{
color: #C7848B;
}
.AnyTagClassName
{
color: #C7848B;
}
</style>
background-color css
<style>
a { background-color: #C7848B; }
a { background-color: rgb(199,132,139); }
div.DivClassName
{
background-color: #C7848B;
}
.BgClassName
{
background-color: #C7848B;
}
</style>
border-color css
<style>
span { border-color: #C7848B; }
span { border-color: rgb(199,132,139); }
td.TdClassName
{
border-color: #C7848B;
}
.TagClassName
{
border-color: #C7848B;
}
</style>