Shades of Puce #C08588
Tints of Puce #C08588
RGB
CMYK
RGB Variations
Color information
#C08588 (or 0xC08588) is known color: Puce. HEX triplet: C0, 85 and 88. RGB value is (192,133,136). Sum of RGB (Red+Green+Blue) = 192+133+136=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C08588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08588 is #3F7A77. Grayscale: #979797. Windows color (decimal): -4160120 or 8947136. OLE color: 8947136.
HSL color Cylindrical-coordinate representation of color #C08588: hue angle of 356.95º 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 #C08588 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 136 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.25 |
| HSL | 356.95º | 0.32% | 0.64% | - |
| HSV(B) | 356.95º | 0.31% | 0.75% | - |
| XYZ | 34.57 | 29.76 | 27.21 | - |
| YUV | 150.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 136 | 0 | 0.31 | 0.29 | 0.25 | 356.95 | 0.32 | 0.64 |
| Hex | C0 | 85 | 88 | 0 | 1F | 1D | 19 | 165 | 20 | 40 |
| Octal | 300 | 205 | 210 | 0 | 37 | 35 | 31 | 545 | 40 | 100 |
| Binary | 11000000 | 10000101 | 10001000 | 0 | 11111 | 11101 | 11001 | 101100101 | 100000 | 1000000 |
Color Harmonies of #C08588
Complementary color
Monochromatic Colors of #C08588
Black with #C08588
Text Example
Text Example
White with #C08588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08588; }
p { color: rgb(192,133,136); }
H1.HeaderClassName
{
color: #C08588;
}
.AnyTagClassName
{
color: #C08588;
}
</style>
background-color css
<style>
a { background-color: #C08588; }
a { background-color: rgb(192,133,136); }
div.DivClassName
{
background-color: #C08588;
}
.BgClassName
{
background-color: #C08588;
}
</style>
border-color css
<style>
span { border-color: #C08588; }
span { border-color: rgb(192,133,136); }
td.TdClassName
{
border-color: #C08588;
}
.TagClassName
{
border-color: #C08588;
}
</style>