Shades of Puce #C68998
Tints of Puce #C68998
RGB
CMYK
RGB Variations
Color information
#C68998 (or 0xC68998) is known color: Puce. HEX triplet: C6, 89 and 98. RGB value is (198,137,152). Sum of RGB (Red+Green+Blue) = 198+137+152=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C68998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68998 is #397667. Grayscale: #9C9C9C. Windows color (decimal): -3765864 or 9996742. OLE color: 9996742.
HSL color Cylindrical-coordinate representation of color #C68998: hue angle of 345.25º 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 #C68998 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 152 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.22 |
| HSL | 345.25º | 0.35% | 0.66% | - |
| HSV(B) | 345.25º | 0.31% | 0.78% | - |
| XYZ | 37.9 | 32.16 | 33.92 | - |
| YUV | 156.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 152 | 0 | 0.31 | 0.23 | 0.22 | 345.25 | 0.35 | 0.66 |
| Hex | C6 | 89 | 98 | 0 | 1F | 17 | 16 | 159 | 23 | 42 |
| Octal | 306 | 211 | 230 | 0 | 37 | 27 | 26 | 531 | 43 | 102 |
| Binary | 11000110 | 10001001 | 10011000 | 0 | 11111 | 10111 | 10110 | 101011001 | 100011 | 1000010 |
Color Harmonies of #C68998
Complementary color
Monochromatic Colors of #C68998
Black with #C68998
Text Example
Text Example
White with #C68998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68998; }
p { color: rgb(198,137,152); }
H1.HeaderClassName
{
color: #C68998;
}
.AnyTagClassName
{
color: #C68998;
}
</style>
background-color css
<style>
a { background-color: #C68998; }
a { background-color: rgb(198,137,152); }
div.DivClassName
{
background-color: #C68998;
}
.BgClassName
{
background-color: #C68998;
}
</style>
border-color css
<style>
span { border-color: #C68998; }
span { border-color: rgb(198,137,152); }
td.TdClassName
{
border-color: #C68998;
}
.TagClassName
{
border-color: #C68998;
}
</style>