Shades of Puce #C68498
Tints of Puce #C68498
RGB
CMYK
RGB Variations
Color information
#C68498 (or 0xC68498) is known color: Puce. HEX triplet: C6, 84 and 98. RGB value is (198,132,152). Sum of RGB (Red+Green+Blue) = 198+132+152=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C68498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68498 is #397B67. Grayscale: #9A9A9A. Windows color (decimal): -3767144 or 9995462. OLE color: 9995462.
HSL color Cylindrical-coordinate representation of color #C68498: hue angle of 341.82º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C68498 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 152 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.22 |
| HSL | 341.82º | 0.37% | 0.65% | - |
| HSV(B) | 341.82º | 0.33% | 0.78% | - |
| XYZ | 37.21 | 30.78 | 33.68 | - |
| YUV | 154.01 | 126.87 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 152 | 0 | 0.33 | 0.23 | 0.22 | 341.82 | 0.37 | 0.65 |
| Hex | C6 | 84 | 98 | 0 | 21 | 17 | 16 | 156 | 25 | 41 |
| Octal | 306 | 204 | 230 | 0 | 41 | 27 | 26 | 526 | 45 | 101 |
| Binary | 11000110 | 10000100 | 10011000 | 0 | 100001 | 10111 | 10110 | 101010110 | 100101 | 1000001 |
Color Harmonies of #C68498
Complementary color
Monochromatic Colors of #C68498
Black with #C68498
Text Example
Text Example
White with #C68498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68498; }
p { color: rgb(198,132,152); }
H1.HeaderClassName
{
color: #C68498;
}
.AnyTagClassName
{
color: #C68498;
}
</style>
background-color css
<style>
a { background-color: #C68498; }
a { background-color: rgb(198,132,152); }
div.DivClassName
{
background-color: #C68498;
}
.BgClassName
{
background-color: #C68498;
}
</style>
border-color css
<style>
span { border-color: #C68498; }
span { border-color: rgb(198,132,152); }
td.TdClassName
{
border-color: #C68498;
}
.TagClassName
{
border-color: #C68498;
}
</style>