Shades of Puce #C6869C
Tints of Puce #C6869C
RGB
CMYK
RGB Variations
Color information
#C6869C (or 0xC6869C) is known color: Puce. HEX triplet: C6, 86 and 9C. RGB value is (198,134,156). Sum of RGB (Red+Green+Blue) = 198+134+156=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C6869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6869C is #397963. Grayscale: #9B9B9B. Windows color (decimal): -3766628 or 10258118. OLE color: 10258118.
HSL color Cylindrical-coordinate representation of color #C6869C: hue angle of 339.38º 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 #C6869C is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 156 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.22 |
| HSL | 339.38º | 0.36% | 0.65% | - |
| HSV(B) | 339.38º | 0.32% | 0.78% | - |
| XYZ | 37.81 | 31.46 | 35.53 | - |
| YUV | 155.64 | 128.2 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 156 | 0 | 0.32 | 0.21 | 0.22 | 339.38 | 0.36 | 0.65 |
| Hex | C6 | 86 | 9C | 0 | 20 | 15 | 16 | 153 | 24 | 41 |
| Octal | 306 | 206 | 234 | 0 | 40 | 25 | 26 | 523 | 44 | 101 |
| Binary | 11000110 | 10000110 | 10011100 | 0 | 100000 | 10101 | 10110 | 101010011 | 100100 | 1000001 |
Color Harmonies of #C6869C
Complementary color
Monochromatic Colors of #C6869C
Black with #C6869C
Text Example
Text Example
White with #C6869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6869C; }
p { color: rgb(198,134,156); }
H1.HeaderClassName
{
color: #C6869C;
}
.AnyTagClassName
{
color: #C6869C;
}
</style>
background-color css
<style>
a { background-color: #C6869C; }
a { background-color: rgb(198,134,156); }
div.DivClassName
{
background-color: #C6869C;
}
.BgClassName
{
background-color: #C6869C;
}
</style>
border-color css
<style>
span { border-color: #C6869C; }
span { border-color: rgb(198,134,156); }
td.TdClassName
{
border-color: #C6869C;
}
.TagClassName
{
border-color: #C6869C;
}
</style>