Shades of Puce #C08790
Tints of Puce #C08790
RGB
CMYK
RGB Variations
Color information
#C08790 (or 0xC08790) is known color: Puce. HEX triplet: C0, 87 and 90. RGB value is (192,135,144). Sum of RGB (Red+Green+Blue) = 192+135+144=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C08790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08790 is #3F786F. Grayscale: #999999. Windows color (decimal): -4159600 or 9471936. OLE color: 9471936.
HSL color Cylindrical-coordinate representation of color #C08790: hue angle of 350.53º 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 #C08790 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 144 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.25 |
| HSL | 350.53º | 0.31% | 0.64% | - |
| HSV(B) | 350.53º | 0.3% | 0.75% | - |
| XYZ | 35.44 | 30.55 | 30.41 | - |
| YUV | 153.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 144 | 0 | 0.30 | 0.25 | 0.25 | 350.53 | 0.31 | 0.64 |
| Hex | C0 | 87 | 90 | 0 | 1E | 19 | 19 | 15F | 1F | 40 |
| Octal | 300 | 207 | 220 | 0 | 36 | 31 | 31 | 537 | 37 | 100 |
| Binary | 11000000 | 10000111 | 10010000 | 0 | 11110 | 11001 | 11001 | 101011111 | 11111 | 1000000 |
Color Harmonies of #C08790
Complementary color
Monochromatic Colors of #C08790
Black with #C08790
Text Example
Text Example
White with #C08790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08790; }
p { color: rgb(192,135,144); }
H1.HeaderClassName
{
color: #C08790;
}
.AnyTagClassName
{
color: #C08790;
}
</style>
background-color css
<style>
a { background-color: #C08790; }
a { background-color: rgb(192,135,144); }
div.DivClassName
{
background-color: #C08790;
}
.BgClassName
{
background-color: #C08790;
}
</style>
border-color css
<style>
span { border-color: #C08790; }
span { border-color: rgb(192,135,144); }
td.TdClassName
{
border-color: #C08790;
}
.TagClassName
{
border-color: #C08790;
}
</style>