Shades of Puce #C67D96
Tints of Puce #C67D96
RGB
CMYK
RGB Variations
Color information
#C67D96 (or 0xC67D96) is known color: Puce. HEX triplet: C6, 7D and 96. RGB value is (198,125,150). Sum of RGB (Red+Green+Blue) = 198+125+150=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67D96 is #398269. Grayscale: #959595. Windows color (decimal): -3768938 or 9862598. OLE color: 9862598.
HSL color Cylindrical-coordinate representation of color #C67D96: hue angle of 339.45º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C67D96 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 150 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.22 |
| HSL | 339.45º | 0.39% | 0.63% | - |
| HSV(B) | 339.45º | 0.37% | 0.78% | - |
| XYZ | 36.13 | 28.88 | 32.52 | - |
| YUV | 149.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 150 | 0 | 0.37 | 0.24 | 0.22 | 339.45 | 0.39 | 0.63 |
| Hex | C6 | 7D | 96 | 0 | 25 | 18 | 16 | 153 | 27 | 3F |
| Octal | 306 | 175 | 226 | 0 | 45 | 30 | 26 | 523 | 47 | 77 |
| Binary | 11000110 | 1111101 | 10010110 | 0 | 100101 | 11000 | 10110 | 101010011 | 100111 | 111111 |
Color Harmonies of #C67D96
Complementary color
Monochromatic Colors of #C67D96
Black with #C67D96
Text Example
Text Example
White with #C67D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D96; }
p { color: rgb(198,125,150); }
H1.HeaderClassName
{
color: #C67D96;
}
.AnyTagClassName
{
color: #C67D96;
}
</style>
background-color css
<style>
a { background-color: #C67D96; }
a { background-color: rgb(198,125,150); }
div.DivClassName
{
background-color: #C67D96;
}
.BgClassName
{
background-color: #C67D96;
}
</style>
border-color css
<style>
span { border-color: #C67D96; }
span { border-color: rgb(198,125,150); }
td.TdClassName
{
border-color: #C67D96;
}
.TagClassName
{
border-color: #C67D96;
}
</style>