Shades of Puce #C7818C
Tints of Puce #C7818C
RGB
CMYK
RGB Variations
Color information
#C7818C (or 0xC7818C) is known color: Puce. HEX triplet: C7, 81 and 8C. RGB value is (199,129,140). Sum of RGB (Red+Green+Blue) = 199+129+140=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7818C is #387E73. Grayscale: #979797. Windows color (decimal): -3702388 or 9208263. OLE color: 9208263.
HSL color Cylindrical-coordinate representation of color #C7818C: hue angle of 350.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7818C is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 140 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.22 |
| HSL | 350.57º | 0.38% | 0.64% | - |
| HSV(B) | 350.57º | 0.35% | 0.78% | - |
| XYZ | 36.14 | 29.74 | 28.65 | - |
| YUV | 151.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 140 | 0 | 0.35 | 0.30 | 0.22 | 350.57 | 0.38 | 0.64 |
| Hex | C7 | 81 | 8C | 0 | 23 | 1E | 16 | 15F | 26 | 40 |
| Octal | 307 | 201 | 214 | 0 | 43 | 36 | 26 | 537 | 46 | 100 |
| Binary | 11000111 | 10000001 | 10001100 | 0 | 100011 | 11110 | 10110 | 101011111 | 100110 | 1000000 |
Color Harmonies of #C7818C
Complementary color
Monochromatic Colors of #C7818C
Black with #C7818C
Text Example
Text Example
White with #C7818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7818C; }
p { color: rgb(199,129,140); }
H1.HeaderClassName
{
color: #C7818C;
}
.AnyTagClassName
{
color: #C7818C;
}
</style>
background-color css
<style>
a { background-color: #C7818C; }
a { background-color: rgb(199,129,140); }
div.DivClassName
{
background-color: #C7818C;
}
.BgClassName
{
background-color: #C7818C;
}
</style>
border-color css
<style>
span { border-color: #C7818C; }
span { border-color: rgb(199,129,140); }
td.TdClassName
{
border-color: #C7818C;
}
.TagClassName
{
border-color: #C7818C;
}
</style>