Shades of Puce #C67D99
Tints of Puce #C67D99
RGB
CMYK
RGB Variations
Color information
#C67D99 (or 0xC67D99) is known color: Puce. HEX triplet: C6, 7D and 99. RGB value is (198,125,153). Sum of RGB (Red+Green+Blue) = 198+125+153=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67D99 is #398266. Grayscale: #959595. Windows color (decimal): -3768935 or 10059206. OLE color: 10059206.
HSL color Cylindrical-coordinate representation of color #C67D99: hue angle of 336.99º 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 #C67D99 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 153 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.22 |
| HSL | 336.99º | 0.39% | 0.63% | - |
| HSV(B) | 336.99º | 0.37% | 0.78% | - |
| XYZ | 36.37 | 28.97 | 33.81 | - |
| YUV | 150.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 153 | 0 | 0.37 | 0.23 | 0.22 | 336.99 | 0.39 | 0.63 |
| Hex | C6 | 7D | 99 | 0 | 25 | 17 | 16 | 151 | 27 | 3F |
| Octal | 306 | 175 | 231 | 0 | 45 | 27 | 26 | 521 | 47 | 77 |
| Binary | 11000110 | 1111101 | 10011001 | 0 | 100101 | 10111 | 10110 | 101010001 | 100111 | 111111 |
Color Harmonies of #C67D99
Complementary color
Monochromatic Colors of #C67D99
Black with #C67D99
Text Example
Text Example
White with #C67D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D99; }
p { color: rgb(198,125,153); }
H1.HeaderClassName
{
color: #C67D99;
}
.AnyTagClassName
{
color: #C67D99;
}
</style>
background-color css
<style>
a { background-color: #C67D99; }
a { background-color: rgb(198,125,153); }
div.DivClassName
{
background-color: #C67D99;
}
.BgClassName
{
background-color: #C67D99;
}
</style>
border-color css
<style>
span { border-color: #C67D99; }
span { border-color: rgb(198,125,153); }
td.TdClassName
{
border-color: #C67D99;
}
.TagClassName
{
border-color: #C67D99;
}
</style>