Shades of Puce #C6808D
Tints of Puce #C6808D
RGB
CMYK
RGB Variations
Color information
#C6808D (or 0xC6808D) is known color: Puce. HEX triplet: C6, 80 and 8D. RGB value is (198,128,141). Sum of RGB (Red+Green+Blue) = 198+128+141=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C6808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6808D is #397F72. Grayscale: #969696. Windows color (decimal): -3768179 or 9273542. OLE color: 9273542.
HSL color Cylindrical-coordinate representation of color #C6808D: hue angle of 348.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C6808D is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 141 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.22 |
| HSL | 348.86º | 0.38% | 0.64% | - |
| HSV(B) | 348.86º | 0.35% | 0.78% | - |
| XYZ | 35.82 | 29.37 | 28.98 | - |
| YUV | 150.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 141 | 0 | 0.35 | 0.29 | 0.22 | 348.86 | 0.38 | 0.64 |
| Hex | C6 | 80 | 8D | 0 | 23 | 1D | 16 | 15D | 26 | 40 |
| Octal | 306 | 200 | 215 | 0 | 43 | 35 | 26 | 535 | 46 | 100 |
| Binary | 11000110 | 10000000 | 10001101 | 0 | 100011 | 11101 | 10110 | 101011101 | 100110 | 1000000 |
Color Harmonies of #C6808D
Complementary color
Monochromatic Colors of #C6808D
Black with #C6808D
Text Example
Text Example
White with #C6808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6808D; }
p { color: rgb(198,128,141); }
H1.HeaderClassName
{
color: #C6808D;
}
.AnyTagClassName
{
color: #C6808D;
}
</style>
background-color css
<style>
a { background-color: #C6808D; }
a { background-color: rgb(198,128,141); }
div.DivClassName
{
background-color: #C6808D;
}
.BgClassName
{
background-color: #C6808D;
}
</style>
border-color css
<style>
span { border-color: #C6808D; }
span { border-color: rgb(198,128,141); }
td.TdClassName
{
border-color: #C6808D;
}
.TagClassName
{
border-color: #C6808D;
}
</style>