Shades of Puce #C6869B
Tints of Puce #C6869B
RGB
CMYK
RGB Variations
Color information
#C6869B (or 0xC6869B) is known color: Puce. HEX triplet: C6, 86 and 9B. RGB value is (198,134,155). Sum of RGB (Red+Green+Blue) = 198+134+155=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C6869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6869B is #397964. Grayscale: #9B9B9B. Windows color (decimal): -3766629 or 10192582. OLE color: 10192582.
HSL color Cylindrical-coordinate representation of color #C6869B: hue angle of 340.31º 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 #C6869B is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 155 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.22 |
| HSL | 340.31º | 0.36% | 0.65% | - |
| HSV(B) | 340.31º | 0.32% | 0.78% | - |
| XYZ | 37.73 | 31.42 | 35.09 | - |
| YUV | 155.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 155 | 0 | 0.32 | 0.22 | 0.22 | 340.31 | 0.36 | 0.65 |
| Hex | C6 | 86 | 9B | 0 | 20 | 16 | 16 | 154 | 24 | 41 |
| Octal | 306 | 206 | 233 | 0 | 40 | 26 | 26 | 524 | 44 | 101 |
| Binary | 11000110 | 10000110 | 10011011 | 0 | 100000 | 10110 | 10110 | 101010100 | 100100 | 1000001 |
Color Harmonies of #C6869B
Complementary color
Monochromatic Colors of #C6869B
Black with #C6869B
Text Example
Text Example
White with #C6869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6869B; }
p { color: rgb(198,134,155); }
H1.HeaderClassName
{
color: #C6869B;
}
.AnyTagClassName
{
color: #C6869B;
}
</style>
background-color css
<style>
a { background-color: #C6869B; }
a { background-color: rgb(198,134,155); }
div.DivClassName
{
background-color: #C6869B;
}
.BgClassName
{
background-color: #C6869B;
}
</style>
border-color css
<style>
span { border-color: #C6869B; }
span { border-color: rgb(198,134,155); }
td.TdClassName
{
border-color: #C6869B;
}
.TagClassName
{
border-color: #C6869B;
}
</style>