Shades of Puce #C08793
Tints of Puce #C08793
RGB
CMYK
RGB Variations
Color information
#C08793 (or 0xC08793) is known color: Puce. HEX triplet: C0, 87 and 93. RGB value is (192,135,147). Sum of RGB (Red+Green+Blue) = 192+135+147=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C08793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08793 is #3F786C. Grayscale: #999999. Windows color (decimal): -4159597 or 9668544. OLE color: 9668544.
HSL color Cylindrical-coordinate representation of color #C08793: hue angle of 347.37º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C08793 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 147 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.25 |
| HSL | 347.37º | 0.31% | 0.64% | - |
| HSV(B) | 347.37º | 0.3% | 0.75% | - |
| XYZ | 35.67 | 30.64 | 31.64 | - |
| YUV | 153.41 | 124.38 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 147 | 0 | 0.30 | 0.23 | 0.25 | 347.37 | 0.31 | 0.64 |
| Hex | C0 | 87 | 93 | 0 | 1E | 17 | 19 | 15B | 1F | 40 |
| Octal | 300 | 207 | 223 | 0 | 36 | 27 | 31 | 533 | 37 | 100 |
| Binary | 11000000 | 10000111 | 10010011 | 0 | 11110 | 10111 | 11001 | 101011011 | 11111 | 1000000 |
Color Harmonies of #C08793
Complementary color
Monochromatic Colors of #C08793
Black with #C08793
Text Example
Text Example
White with #C08793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08793; }
p { color: rgb(192,135,147); }
H1.HeaderClassName
{
color: #C08793;
}
.AnyTagClassName
{
color: #C08793;
}
</style>
background-color css
<style>
a { background-color: #C08793; }
a { background-color: rgb(192,135,147); }
div.DivClassName
{
background-color: #C08793;
}
.BgClassName
{
background-color: #C08793;
}
</style>
border-color css
<style>
span { border-color: #C08793; }
span { border-color: rgb(192,135,147); }
td.TdClassName
{
border-color: #C08793;
}
.TagClassName
{
border-color: #C08793;
}
</style>