Shades of Puce #C07F8F
Tints of Puce #C07F8F
RGB
CMYK
RGB Variations
Color information
#C07F8F (or 0xC07F8F) is known color: Puce. HEX triplet: C0, 7F and 8F. RGB value is (192,127,143). Sum of RGB (Red+Green+Blue) = 192+127+143=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07F8F is #3F8070. Grayscale: #949494. Windows color (decimal): -4161649 or 9404352. OLE color: 9404352.
HSL color Cylindrical-coordinate representation of color #C07F8F: hue angle of 345.23º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07F8F is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 143 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.25 |
| HSL | 345.23º | 0.34% | 0.63% | - |
| HSV(B) | 345.23º | 0.34% | 0.75% | - |
| XYZ | 34.29 | 28.37 | 29.66 | - |
| YUV | 148.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 143 | 0 | 0.34 | 0.26 | 0.25 | 345.23 | 0.34 | 0.63 |
| Hex | C0 | 7F | 8F | 0 | 22 | 1A | 19 | 159 | 22 | 3F |
| Octal | 300 | 177 | 217 | 0 | 42 | 32 | 31 | 531 | 42 | 77 |
| Binary | 11000000 | 1111111 | 10001111 | 0 | 100010 | 11010 | 11001 | 101011001 | 100010 | 111111 |
Color Harmonies of #C07F8F
Complementary color
Monochromatic Colors of #C07F8F
Black with #C07F8F
Text Example
Text Example
White with #C07F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07F8F; }
p { color: rgb(192,127,143); }
H1.HeaderClassName
{
color: #C07F8F;
}
.AnyTagClassName
{
color: #C07F8F;
}
</style>
background-color css
<style>
a { background-color: #C07F8F; }
a { background-color: rgb(192,127,143); }
div.DivClassName
{
background-color: #C07F8F;
}
.BgClassName
{
background-color: #C07F8F;
}
</style>
border-color css
<style>
span { border-color: #C07F8F; }
span { border-color: rgb(192,127,143); }
td.TdClassName
{
border-color: #C07F8F;
}
.TagClassName
{
border-color: #C07F8F;
}
</style>