Shades of Puce #C67F9F
Tints of Puce #C67F9F
RGB
CMYK
RGB Variations
Color information
#C67F9F (or 0xC67F9F) is known color: Puce. HEX triplet: C6, 7F and 9F. RGB value is (198,127,159). Sum of RGB (Red+Green+Blue) = 198+127+159=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67F9F is #398060. Grayscale: #979797. Windows color (decimal): -3768417 or 10452934. OLE color: 10452934.
HSL color Cylindrical-coordinate representation of color #C67F9F: hue angle of 332.96º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67F9F is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 127 | 159 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.22 |
| HSL | 332.96º | 0.38% | 0.64% | - |
| HSV(B) | 332.96º | 0.36% | 0.78% | - |
| XYZ | 37.14 | 29.69 | 36.57 | - |
| YUV | 151.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 159 | 0 | 0.36 | 0.20 | 0.22 | 332.96 | 0.38 | 0.64 |
| Hex | C6 | 7F | 9F | 0 | 24 | 14 | 16 | 14D | 26 | 40 |
| Octal | 306 | 177 | 237 | 0 | 44 | 24 | 26 | 515 | 46 | 100 |
| Binary | 11000110 | 1111111 | 10011111 | 0 | 100100 | 10100 | 10110 | 101001101 | 100110 | 1000000 |
Color Harmonies of #C67F9F
Complementary color
Monochromatic Colors of #C67F9F
Black with #C67F9F
Text Example
Text Example
White with #C67F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67F9F; }
p { color: rgb(198,127,159); }
H1.HeaderClassName
{
color: #C67F9F;
}
.AnyTagClassName
{
color: #C67F9F;
}
</style>
background-color css
<style>
a { background-color: #C67F9F; }
a { background-color: rgb(198,127,159); }
div.DivClassName
{
background-color: #C67F9F;
}
.BgClassName
{
background-color: #C67F9F;
}
</style>
border-color css
<style>
span { border-color: #C67F9F; }
span { border-color: rgb(198,127,159); }
td.TdClassName
{
border-color: #C67F9F;
}
.TagClassName
{
border-color: #C67F9F;
}
</style>