Shades of Puce #C68895
Tints of Puce #C68895
RGB
CMYK
RGB Variations
Color information
#C68895 (or 0xC68895) is known color: Puce. HEX triplet: C6, 88 and 95. RGB value is (198,136,149). Sum of RGB (Red+Green+Blue) = 198+136+149=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C68895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68895 is #39776A. Grayscale: #9C9C9C. Windows color (decimal): -3766123 or 9799878. OLE color: 9799878.
HSL color Cylindrical-coordinate representation of color #C68895: hue angle of 347.42º 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 #C68895 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 149 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.22 |
| HSL | 347.42º | 0.35% | 0.65% | - |
| HSV(B) | 347.42º | 0.31% | 0.78% | - |
| XYZ | 37.52 | 31.78 | 32.59 | - |
| YUV | 156.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 149 | 0 | 0.31 | 0.25 | 0.22 | 347.42 | 0.35 | 0.65 |
| Hex | C6 | 88 | 95 | 0 | 1F | 19 | 16 | 15B | 23 | 41 |
| Octal | 306 | 210 | 225 | 0 | 37 | 31 | 26 | 533 | 43 | 101 |
| Binary | 11000110 | 10001000 | 10010101 | 0 | 11111 | 11001 | 10110 | 101011011 | 100011 | 1000001 |
Color Harmonies of #C68895
Complementary color
Monochromatic Colors of #C68895
Black with #C68895
Text Example
Text Example
White with #C68895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68895; }
p { color: rgb(198,136,149); }
H1.HeaderClassName
{
color: #C68895;
}
.AnyTagClassName
{
color: #C68895;
}
</style>
background-color css
<style>
a { background-color: #C68895; }
a { background-color: rgb(198,136,149); }
div.DivClassName
{
background-color: #C68895;
}
.BgClassName
{
background-color: #C68895;
}
</style>
border-color css
<style>
span { border-color: #C68895; }
span { border-color: rgb(198,136,149); }
td.TdClassName
{
border-color: #C68895;
}
.TagClassName
{
border-color: #C68895;
}
</style>