Shades of Puce #C68899
Tints of Puce #C68899
RGB
CMYK
RGB Variations
Color information
#C68899 (or 0xC68899) is known color: Puce. HEX triplet: C6, 88 and 99. RGB value is (198,136,153). Sum of RGB (Red+Green+Blue) = 198+136+153=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C68899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68899 is #397766. Grayscale: #9C9C9C. Windows color (decimal): -3766119 or 10062022. OLE color: 10062022.
HSL color Cylindrical-coordinate representation of color #C68899: hue angle of 343.55º 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 #C68899 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 153 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.22 |
| HSL | 343.55º | 0.35% | 0.65% | - |
| HSV(B) | 343.55º | 0.31% | 0.78% | - |
| XYZ | 37.84 | 31.91 | 34.3 | - |
| YUV | 156.48 | 126.04 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 153 | 0 | 0.31 | 0.23 | 0.22 | 343.55 | 0.35 | 0.65 |
| Hex | C6 | 88 | 99 | 0 | 1F | 17 | 16 | 158 | 23 | 41 |
| Octal | 306 | 210 | 231 | 0 | 37 | 27 | 26 | 530 | 43 | 101 |
| Binary | 11000110 | 10001000 | 10011001 | 0 | 11111 | 10111 | 10110 | 101011000 | 100011 | 1000001 |
Color Harmonies of #C68899
Complementary color
Monochromatic Colors of #C68899
Black with #C68899
Text Example
Text Example
White with #C68899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68899; }
p { color: rgb(198,136,153); }
H1.HeaderClassName
{
color: #C68899;
}
.AnyTagClassName
{
color: #C68899;
}
</style>
background-color css
<style>
a { background-color: #C68899; }
a { background-color: rgb(198,136,153); }
div.DivClassName
{
background-color: #C68899;
}
.BgClassName
{
background-color: #C68899;
}
</style>
border-color css
<style>
span { border-color: #C68899; }
span { border-color: rgb(198,136,153); }
td.TdClassName
{
border-color: #C68899;
}
.TagClassName
{
border-color: #C68899;
}
</style>