Shades of Puce #C6868C
Tints of Puce #C6868C
RGB
CMYK
RGB Variations
Color information
#C6868C (or 0xC6868C) is known color: Puce. HEX triplet: C6, 86 and 8C. RGB value is (198,134,140). Sum of RGB (Red+Green+Blue) = 198+134+140=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6868C is #397973. Grayscale: #999999. Windows color (decimal): -3766644 or 9209542. OLE color: 9209542.
HSL color Cylindrical-coordinate representation of color #C6868C: hue angle of 354.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6868C is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 140 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.22 |
| HSL | 354.38º | 0.36% | 0.65% | - |
| HSV(B) | 354.38º | 0.32% | 0.78% | - |
| XYZ | 36.55 | 30.95 | 28.86 | - |
| YUV | 153.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 140 | 0 | 0.32 | 0.29 | 0.22 | 354.38 | 0.36 | 0.65 |
| Hex | C6 | 86 | 8C | 0 | 20 | 1D | 16 | 162 | 24 | 41 |
| Octal | 306 | 206 | 214 | 0 | 40 | 35 | 26 | 542 | 44 | 101 |
| Binary | 11000110 | 10000110 | 10001100 | 0 | 100000 | 11101 | 10110 | 101100010 | 100100 | 1000001 |
Color Harmonies of #C6868C
Complementary color
Monochromatic Colors of #C6868C
Black with #C6868C
Text Example
Text Example
White with #C6868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6868C; }
p { color: rgb(198,134,140); }
H1.HeaderClassName
{
color: #C6868C;
}
.AnyTagClassName
{
color: #C6868C;
}
</style>
background-color css
<style>
a { background-color: #C6868C; }
a { background-color: rgb(198,134,140); }
div.DivClassName
{
background-color: #C6868C;
}
.BgClassName
{
background-color: #C6868C;
}
</style>
border-color css
<style>
span { border-color: #C6868C; }
span { border-color: rgb(198,134,140); }
td.TdClassName
{
border-color: #C6868C;
}
.TagClassName
{
border-color: #C6868C;
}
</style>