Shades of Puce #C68898
Tints of Puce #C68898
RGB
CMYK
RGB Variations
Color information
#C68898 (or 0xC68898) is known color: Puce. HEX triplet: C6, 88 and 98. RGB value is (198,136,152). Sum of RGB (Red+Green+Blue) = 198+136+152=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C68898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68898 is #397767. Grayscale: #9C9C9C. Windows color (decimal): -3766120 or 9996486. OLE color: 9996486.
HSL color Cylindrical-coordinate representation of color #C68898: hue angle of 344.52º 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 #C68898 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 152 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.22 |
| HSL | 344.52º | 0.35% | 0.65% | - |
| HSV(B) | 344.52º | 0.31% | 0.78% | - |
| XYZ | 37.76 | 31.88 | 33.87 | - |
| YUV | 156.36 | 125.54 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 152 | 0 | 0.31 | 0.23 | 0.22 | 344.52 | 0.35 | 0.65 |
| Hex | C6 | 88 | 98 | 0 | 1F | 17 | 16 | 159 | 23 | 41 |
| Octal | 306 | 210 | 230 | 0 | 37 | 27 | 26 | 531 | 43 | 101 |
| Binary | 11000110 | 10001000 | 10011000 | 0 | 11111 | 10111 | 10110 | 101011001 | 100011 | 1000001 |
Color Harmonies of #C68898
Complementary color
Monochromatic Colors of #C68898
Black with #C68898
Text Example
Text Example
White with #C68898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68898; }
p { color: rgb(198,136,152); }
H1.HeaderClassName
{
color: #C68898;
}
.AnyTagClassName
{
color: #C68898;
}
</style>
background-color css
<style>
a { background-color: #C68898; }
a { background-color: rgb(198,136,152); }
div.DivClassName
{
background-color: #C68898;
}
.BgClassName
{
background-color: #C68898;
}
</style>
border-color css
<style>
span { border-color: #C68898; }
span { border-color: rgb(198,136,152); }
td.TdClassName
{
border-color: #C68898;
}
.TagClassName
{
border-color: #C68898;
}
</style>