Shades of Puce #C68996
Tints of Puce #C68996
RGB
CMYK
RGB Variations
Color information
#C68996 (or 0xC68996) is known color: Puce. HEX triplet: C6, 89 and 96. RGB value is (198,137,150). Sum of RGB (Red+Green+Blue) = 198+137+150=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C68996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68996 is #397669. Grayscale: #9C9C9C. Windows color (decimal): -3765866 or 9865670. OLE color: 9865670.
HSL color Cylindrical-coordinate representation of color #C68996: hue angle of 347.21º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C68996 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 150 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.22 |
| HSL | 347.21º | 0.35% | 0.66% | - |
| HSV(B) | 347.21º | 0.31% | 0.78% | - |
| XYZ | 37.74 | 32.1 | 33.06 | - |
| YUV | 156.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 150 | 0 | 0.31 | 0.24 | 0.22 | 347.21 | 0.35 | 0.66 |
| Hex | C6 | 89 | 96 | 0 | 1F | 18 | 16 | 15B | 23 | 42 |
| Octal | 306 | 211 | 226 | 0 | 37 | 30 | 26 | 533 | 43 | 102 |
| Binary | 11000110 | 10001001 | 10010110 | 0 | 11111 | 11000 | 10110 | 101011011 | 100011 | 1000010 |
Color Harmonies of #C68996
Complementary color
Monochromatic Colors of #C68996
Black with #C68996
Text Example
Text Example
White with #C68996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68996; }
p { color: rgb(198,137,150); }
H1.HeaderClassName
{
color: #C68996;
}
.AnyTagClassName
{
color: #C68996;
}
</style>
background-color css
<style>
a { background-color: #C68996; }
a { background-color: rgb(198,137,150); }
div.DivClassName
{
background-color: #C68996;
}
.BgClassName
{
background-color: #C68996;
}
</style>
border-color css
<style>
span { border-color: #C68996; }
span { border-color: rgb(198,137,150); }
td.TdClassName
{
border-color: #C68996;
}
.TagClassName
{
border-color: #C68996;
}
</style>