Shades of Puce #C67F9E
Tints of Puce #C67F9E
RGB
CMYK
RGB Variations
Color information
#C67F9E (or 0xC67F9E) is known color: Puce. HEX triplet: C6, 7F and 9E. RGB value is (198,127,158). Sum of RGB (Red+Green+Blue) = 198+127+158=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67F9E is #398061. Grayscale: #979797. Windows color (decimal): -3768418 or 10387398. OLE color: 10387398.
HSL color Cylindrical-coordinate representation of color #C67F9E: hue angle of 333.8º 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 #C67F9E is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 127 | 158 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.22 |
| HSL | 333.8º | 0.38% | 0.64% | - |
| HSV(B) | 333.8º | 0.36% | 0.78% | - |
| XYZ | 37.05 | 29.65 | 36.12 | - |
| YUV | 151.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 158 | 0 | 0.36 | 0.20 | 0.22 | 333.8 | 0.38 | 0.64 |
| Hex | C6 | 7F | 9E | 0 | 24 | 14 | 16 | 14E | 26 | 40 |
| Octal | 306 | 177 | 236 | 0 | 44 | 24 | 26 | 516 | 46 | 100 |
| Binary | 11000110 | 1111111 | 10011110 | 0 | 100100 | 10100 | 10110 | 101001110 | 100110 | 1000000 |
Color Harmonies of #C67F9E
Complementary color
Monochromatic Colors of #C67F9E
Black with #C67F9E
Text Example
Text Example
White with #C67F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67F9E; }
p { color: rgb(198,127,158); }
H1.HeaderClassName
{
color: #C67F9E;
}
.AnyTagClassName
{
color: #C67F9E;
}
</style>
background-color css
<style>
a { background-color: #C67F9E; }
a { background-color: rgb(198,127,158); }
div.DivClassName
{
background-color: #C67F9E;
}
.BgClassName
{
background-color: #C67F9E;
}
</style>
border-color css
<style>
span { border-color: #C67F9E; }
span { border-color: rgb(198,127,158); }
td.TdClassName
{
border-color: #C67F9E;
}
.TagClassName
{
border-color: #C67F9E;
}
</style>