Shades of Puce #C68791
Tints of Puce #C68791
RGB
CMYK
RGB Variations
Color information
#C68791 (or 0xC68791) is known color: Puce. HEX triplet: C6, 87 and 91. RGB value is (198,135,145). Sum of RGB (Red+Green+Blue) = 198+135+145=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C68791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68791 is #39786E. Grayscale: #9A9A9A. Windows color (decimal): -3766383 or 9537478. OLE color: 9537478.
HSL color Cylindrical-coordinate representation of color #C68791: hue angle of 350.48º 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 #C68791 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 145 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.22 |
| HSL | 350.48º | 0.36% | 0.65% | - |
| HSV(B) | 350.48º | 0.32% | 0.78% | - |
| XYZ | 37.06 | 31.38 | 30.89 | - |
| YUV | 154.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 145 | 0 | 0.32 | 0.27 | 0.22 | 350.48 | 0.36 | 0.65 |
| Hex | C6 | 87 | 91 | 0 | 20 | 1B | 16 | 15E | 24 | 41 |
| Octal | 306 | 207 | 221 | 0 | 40 | 33 | 26 | 536 | 44 | 101 |
| Binary | 11000110 | 10000111 | 10010001 | 0 | 100000 | 11011 | 10110 | 101011110 | 100100 | 1000001 |
Color Harmonies of #C68791
Complementary color
Monochromatic Colors of #C68791
Black with #C68791
Text Example
Text Example
White with #C68791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68791; }
p { color: rgb(198,135,145); }
H1.HeaderClassName
{
color: #C68791;
}
.AnyTagClassName
{
color: #C68791;
}
</style>
background-color css
<style>
a { background-color: #C68791; }
a { background-color: rgb(198,135,145); }
div.DivClassName
{
background-color: #C68791;
}
.BgClassName
{
background-color: #C68791;
}
</style>
border-color css
<style>
span { border-color: #C68791; }
span { border-color: rgb(198,135,145); }
td.TdClassName
{
border-color: #C68791;
}
.TagClassName
{
border-color: #C68791;
}
</style>