Shades of Puce #C67C95
Tints of Puce #C67C95
RGB
CMYK
RGB Variations
Color information
#C67C95 (or 0xC67C95) is known color: Puce. HEX triplet: C6, 7C and 95. RGB value is (198,124,149). Sum of RGB (Red+Green+Blue) = 198+124+149=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67C95 is #39836A. Grayscale: #949494. Windows color (decimal): -3769195 or 9796806. OLE color: 9796806.
HSL color Cylindrical-coordinate representation of color #C67C95: hue angle of 339.73º 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 #C67C95 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 149 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.22 |
| HSL | 339.73º | 0.39% | 0.63% | - |
| HSV(B) | 339.73º | 0.37% | 0.78% | - |
| XYZ | 35.92 | 28.59 | 32.06 | - |
| YUV | 148.98 | 128.02 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 149 | 0 | 0.37 | 0.25 | 0.22 | 339.73 | 0.39 | 0.63 |
| Hex | C6 | 7C | 95 | 0 | 25 | 19 | 16 | 154 | 27 | 3F |
| Octal | 306 | 174 | 225 | 0 | 45 | 31 | 26 | 524 | 47 | 77 |
| Binary | 11000110 | 1111100 | 10010101 | 0 | 100101 | 11001 | 10110 | 101010100 | 100111 | 111111 |
Color Harmonies of #C67C95
Complementary color
Monochromatic Colors of #C67C95
Black with #C67C95
Text Example
Text Example
White with #C67C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67C95; }
p { color: rgb(198,124,149); }
H1.HeaderClassName
{
color: #C67C95;
}
.AnyTagClassName
{
color: #C67C95;
}
</style>
background-color css
<style>
a { background-color: #C67C95; }
a { background-color: rgb(198,124,149); }
div.DivClassName
{
background-color: #C67C95;
}
.BgClassName
{
background-color: #C67C95;
}
</style>
border-color css
<style>
span { border-color: #C67C95; }
span { border-color: rgb(198,124,149); }
td.TdClassName
{
border-color: #C67C95;
}
.TagClassName
{
border-color: #C67C95;
}
</style>