Shades of Puce #C68B8C
Tints of Puce #C68B8C
RGB
CMYK
RGB Variations
Color information
#C68B8C (or 0xC68B8C) is known color: Puce. HEX triplet: C6, 8B and 8C. RGB value is (198,139,140). Sum of RGB (Red+Green+Blue) = 198+139+140=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68B8C is #397473. Grayscale: #9C9C9C. Windows color (decimal): -3765364 or 9210822. OLE color: 9210822.
HSL color Cylindrical-coordinate representation of color #C68B8C: hue angle of 358.98º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68B8C is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 140 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.22 |
| HSL | 358.98º | 0.34% | 0.66% | - |
| HSV(B) | 358.98º | 0.3% | 0.78% | - |
| XYZ | 37.25 | 32.36 | 29.09 | - |
| YUV | 156.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 140 | 0 | 0.30 | 0.29 | 0.22 | 358.98 | 0.34 | 0.66 |
| Hex | C6 | 8B | 8C | 0 | 1E | 1D | 16 | 167 | 22 | 42 |
| Octal | 306 | 213 | 214 | 0 | 36 | 35 | 26 | 547 | 42 | 102 |
| Binary | 11000110 | 10001011 | 10001100 | 0 | 11110 | 11101 | 10110 | 101100111 | 100010 | 1000010 |
Color Harmonies of #C68B8C
Complementary color
Monochromatic Colors of #C68B8C
Black with #C68B8C
Text Example
Text Example
White with #C68B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68B8C; }
p { color: rgb(198,139,140); }
H1.HeaderClassName
{
color: #C68B8C;
}
.AnyTagClassName
{
color: #C68B8C;
}
</style>
background-color css
<style>
a { background-color: #C68B8C; }
a { background-color: rgb(198,139,140); }
div.DivClassName
{
background-color: #C68B8C;
}
.BgClassName
{
background-color: #C68B8C;
}
</style>
border-color css
<style>
span { border-color: #C68B8C; }
span { border-color: rgb(198,139,140); }
td.TdClassName
{
border-color: #C68B8C;
}
.TagClassName
{
border-color: #C68B8C;
}
</style>