Shades of Puce #C68896
Tints of Puce #C68896
RGB
CMYK
RGB Variations
Color information
#C68896 (or 0xC68896) is known color: Puce. HEX triplet: C6, 88 and 96. RGB value is (198,136,150). Sum of RGB (Red+Green+Blue) = 198+136+150=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C68896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68896 is #397769. Grayscale: #9C9C9C. Windows color (decimal): -3766122 or 9865414. OLE color: 9865414.
HSL color Cylindrical-coordinate representation of color #C68896: hue angle of 346.45º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C68896 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 150 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.22 |
| HSL | 346.45º | 0.35% | 0.65% | - |
| HSV(B) | 346.45º | 0.31% | 0.78% | - |
| XYZ | 37.6 | 31.82 | 33.01 | - |
| YUV | 156.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 150 | 0 | 0.31 | 0.24 | 0.22 | 346.45 | 0.35 | 0.65 |
| Hex | C6 | 88 | 96 | 0 | 1F | 18 | 16 | 15A | 23 | 41 |
| Octal | 306 | 210 | 226 | 0 | 37 | 30 | 26 | 532 | 43 | 101 |
| Binary | 11000110 | 10001000 | 10010110 | 0 | 11111 | 11000 | 10110 | 101011010 | 100011 | 1000001 |
Color Harmonies of #C68896
Complementary color
Monochromatic Colors of #C68896
Black with #C68896
Text Example
Text Example
White with #C68896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68896; }
p { color: rgb(198,136,150); }
H1.HeaderClassName
{
color: #C68896;
}
.AnyTagClassName
{
color: #C68896;
}
</style>
background-color css
<style>
a { background-color: #C68896; }
a { background-color: rgb(198,136,150); }
div.DivClassName
{
background-color: #C68896;
}
.BgClassName
{
background-color: #C68896;
}
</style>
border-color css
<style>
span { border-color: #C68896; }
span { border-color: rgb(198,136,150); }
td.TdClassName
{
border-color: #C68896;
}
.TagClassName
{
border-color: #C68896;
}
</style>