Shades of Puce #C67D97
Tints of Puce #C67D97
RGB
CMYK
RGB Variations
Color information
#C67D97 (or 0xC67D97) is known color: Puce. HEX triplet: C6, 7D and 97. RGB value is (198,125,151). Sum of RGB (Red+Green+Blue) = 198+125+151=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67D97 is #398268. Grayscale: #959595. Windows color (decimal): -3768937 or 9928134. OLE color: 9928134.
HSL color Cylindrical-coordinate representation of color #C67D97: hue angle of 338.63º 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 #C67D97 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 151 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.22 |
| HSL | 338.63º | 0.39% | 0.63% | - |
| HSV(B) | 338.63º | 0.37% | 0.78% | - |
| XYZ | 36.21 | 28.91 | 32.95 | - |
| YUV | 149.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 151 | 0 | 0.37 | 0.24 | 0.22 | 338.63 | 0.39 | 0.63 |
| Hex | C6 | 7D | 97 | 0 | 25 | 18 | 16 | 153 | 27 | 3F |
| Octal | 306 | 175 | 227 | 0 | 45 | 30 | 26 | 523 | 47 | 77 |
| Binary | 11000110 | 1111101 | 10010111 | 0 | 100101 | 11000 | 10110 | 101010011 | 100111 | 111111 |
Color Harmonies of #C67D97
Complementary color
Monochromatic Colors of #C67D97
Black with #C67D97
Text Example
Text Example
White with #C67D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D97; }
p { color: rgb(198,125,151); }
H1.HeaderClassName
{
color: #C67D97;
}
.AnyTagClassName
{
color: #C67D97;
}
</style>
background-color css
<style>
a { background-color: #C67D97; }
a { background-color: rgb(198,125,151); }
div.DivClassName
{
background-color: #C67D97;
}
.BgClassName
{
background-color: #C67D97;
}
</style>
border-color css
<style>
span { border-color: #C67D97; }
span { border-color: rgb(198,125,151); }
td.TdClassName
{
border-color: #C67D97;
}
.TagClassName
{
border-color: #C67D97;
}
</style>