Shades of Puce #C67F9C
Tints of Puce #C67F9C
RGB
CMYK
RGB Variations
Color information
#C67F9C (or 0xC67F9C) is known color: Puce. HEX triplet: C6, 7F and 9C. RGB value is (198,127,156). Sum of RGB (Red+Green+Blue) = 198+127+156=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67F9C is #398063. Grayscale: #979797. Windows color (decimal): -3768420 or 10256326. OLE color: 10256326.
HSL color Cylindrical-coordinate representation of color #C67F9C: hue angle of 335.49º 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 #C67F9C is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 127 | 156 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.22 |
| HSL | 335.49º | 0.38% | 0.64% | - |
| HSV(B) | 335.49º | 0.36% | 0.78% | - |
| XYZ | 36.88 | 29.58 | 35.22 | - |
| YUV | 151.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 156 | 0 | 0.36 | 0.21 | 0.22 | 335.49 | 0.38 | 0.64 |
| Hex | C6 | 7F | 9C | 0 | 24 | 15 | 16 | 14F | 26 | 40 |
| Octal | 306 | 177 | 234 | 0 | 44 | 25 | 26 | 517 | 46 | 100 |
| Binary | 11000110 | 1111111 | 10011100 | 0 | 100100 | 10101 | 10110 | 101001111 | 100110 | 1000000 |
Color Harmonies of #C67F9C
Complementary color
Monochromatic Colors of #C67F9C
Black with #C67F9C
Text Example
Text Example
White with #C67F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67F9C; }
p { color: rgb(198,127,156); }
H1.HeaderClassName
{
color: #C67F9C;
}
.AnyTagClassName
{
color: #C67F9C;
}
</style>
background-color css
<style>
a { background-color: #C67F9C; }
a { background-color: rgb(198,127,156); }
div.DivClassName
{
background-color: #C67F9C;
}
.BgClassName
{
background-color: #C67F9C;
}
</style>
border-color css
<style>
span { border-color: #C67F9C; }
span { border-color: rgb(198,127,156); }
td.TdClassName
{
border-color: #C67F9C;
}
.TagClassName
{
border-color: #C67F9C;
}
</style>