Shades of Puce #C68C8D
Tints of Puce #C68C8D
RGB
CMYK
RGB Variations
Color information
#C68C8D (or 0xC68C8D) is known color: Puce. HEX triplet: C6, 8C and 8D. RGB value is (198,140,141). Sum of RGB (Red+Green+Blue) = 198+140+141=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68C8D is #397372. Grayscale: #9D9D9D. Windows color (decimal): -3765107 or 9276614. OLE color: 9276614.
HSL color Cylindrical-coordinate representation of color #C68C8D: hue angle of 358.97º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C68C8D is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 141 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.22 |
| HSL | 358.97º | 0.34% | 0.66% | - |
| HSV(B) | 358.97º | 0.29% | 0.78% | - |
| XYZ | 37.47 | 32.69 | 29.53 | - |
| YUV | 157.46 | 118.72 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 141 | 0 | 0.29 | 0.29 | 0.22 | 358.97 | 0.34 | 0.66 |
| Hex | C6 | 8C | 8D | 0 | 1D | 1D | 16 | 167 | 22 | 42 |
| Octal | 306 | 214 | 215 | 0 | 35 | 35 | 26 | 547 | 42 | 102 |
| Binary | 11000110 | 10001100 | 10001101 | 0 | 11101 | 11101 | 10110 | 101100111 | 100010 | 1000010 |
Color Harmonies of #C68C8D
Complementary color
Monochromatic Colors of #C68C8D
Black with #C68C8D
Text Example
Text Example
White with #C68C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C8D; }
p { color: rgb(198,140,141); }
H1.HeaderClassName
{
color: #C68C8D;
}
.AnyTagClassName
{
color: #C68C8D;
}
</style>
background-color css
<style>
a { background-color: #C68C8D; }
a { background-color: rgb(198,140,141); }
div.DivClassName
{
background-color: #C68C8D;
}
.BgClassName
{
background-color: #C68C8D;
}
</style>
border-color css
<style>
span { border-color: #C68C8D; }
span { border-color: rgb(198,140,141); }
td.TdClassName
{
border-color: #C68C8D;
}
.TagClassName
{
border-color: #C68C8D;
}
</style>