Shades of Puce #C08595
Tints of Puce #C08595
RGB
CMYK
RGB Variations
Color information
#C08595 (or 0xC08595) is known color: Puce. HEX triplet: C0, 85 and 95. RGB value is (192,133,149). Sum of RGB (Red+Green+Blue) = 192+133+149=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C08595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08595 is #3F7A6A. Grayscale: #989898. Windows color (decimal): -4160107 or 9799104. OLE color: 9799104.
HSL color Cylindrical-coordinate representation of color #C08595: hue angle of 343.73º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08595 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 149 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.25 |
| HSL | 343.73º | 0.32% | 0.64% | - |
| HSV(B) | 343.73º | 0.31% | 0.75% | - |
| XYZ | 35.55 | 30.15 | 32.38 | - |
| YUV | 152.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 149 | 0 | 0.31 | 0.22 | 0.25 | 343.73 | 0.32 | 0.64 |
| Hex | C0 | 85 | 95 | 0 | 1F | 16 | 19 | 158 | 20 | 40 |
| Octal | 300 | 205 | 225 | 0 | 37 | 26 | 31 | 530 | 40 | 100 |
| Binary | 11000000 | 10000101 | 10010101 | 0 | 11111 | 10110 | 11001 | 101011000 | 100000 | 1000000 |
Color Harmonies of #C08595
Complementary color
Monochromatic Colors of #C08595
Black with #C08595
Text Example
Text Example
White with #C08595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08595; }
p { color: rgb(192,133,149); }
H1.HeaderClassName
{
color: #C08595;
}
.AnyTagClassName
{
color: #C08595;
}
</style>
background-color css
<style>
a { background-color: #C08595; }
a { background-color: rgb(192,133,149); }
div.DivClassName
{
background-color: #C08595;
}
.BgClassName
{
background-color: #C08595;
}
</style>
border-color css
<style>
span { border-color: #C08595; }
span { border-color: rgb(192,133,149); }
td.TdClassName
{
border-color: #C08595;
}
.TagClassName
{
border-color: #C08595;
}
</style>