Shades of Puce #C6879B
Tints of Puce #C6879B
RGB
CMYK
RGB Variations
Color information
#C6879B (or 0xC6879B) is known color: Puce. HEX triplet: C6, 87 and 9B. RGB value is (198,135,155). Sum of RGB (Red+Green+Blue) = 198+135+155=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C6879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6879B is #397864. Grayscale: #9C9C9C. Windows color (decimal): -3766373 or 10192838. OLE color: 10192838.
HSL color Cylindrical-coordinate representation of color #C6879B: hue angle of 340.95º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6879B is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 155 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.22 |
| HSL | 340.95º | 0.36% | 0.65% | - |
| HSV(B) | 340.95º | 0.32% | 0.78% | - |
| XYZ | 37.87 | 31.7 | 35.13 | - |
| YUV | 156.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 155 | 0 | 0.32 | 0.22 | 0.22 | 340.95 | 0.36 | 0.65 |
| Hex | C6 | 87 | 9B | 0 | 20 | 16 | 16 | 155 | 24 | 41 |
| Octal | 306 | 207 | 233 | 0 | 40 | 26 | 26 | 525 | 44 | 101 |
| Binary | 11000110 | 10000111 | 10011011 | 0 | 100000 | 10110 | 10110 | 101010101 | 100100 | 1000001 |
Color Harmonies of #C6879B
Complementary color
Monochromatic Colors of #C6879B
Black with #C6879B
Text Example
Text Example
White with #C6879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6879B; }
p { color: rgb(198,135,155); }
H1.HeaderClassName
{
color: #C6879B;
}
.AnyTagClassName
{
color: #C6879B;
}
</style>
background-color css
<style>
a { background-color: #C6879B; }
a { background-color: rgb(198,135,155); }
div.DivClassName
{
background-color: #C6879B;
}
.BgClassName
{
background-color: #C6879B;
}
</style>
border-color css
<style>
span { border-color: #C6879B; }
span { border-color: rgb(198,135,155); }
td.TdClassName
{
border-color: #C6879B;
}
.TagClassName
{
border-color: #C6879B;
}
</style>