Shades of Puce #C08096
Tints of Puce #C08096
RGB
CMYK
RGB Variations
Color information
#C08096 (or 0xC08096) is known color: Puce. HEX triplet: C0, 80 and 96. RGB value is (192,128,150). Sum of RGB (Red+Green+Blue) = 192+128+150=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C08096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08096 is #3F7F69. Grayscale: #959595. Windows color (decimal): -4161386 or 9863360. OLE color: 9863360.
HSL color Cylindrical-coordinate representation of color #C08096: hue angle of 339.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C08096 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 150 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.25 |
| HSL | 339.38º | 0.34% | 0.63% | - |
| HSV(B) | 339.38º | 0.33% | 0.75% | - |
| XYZ | 34.96 | 28.85 | 32.58 | - |
| YUV | 149.64 | 128.2 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 150 | 0 | 0.33 | 0.22 | 0.25 | 339.38 | 0.34 | 0.63 |
| Hex | C0 | 80 | 96 | 0 | 21 | 16 | 19 | 153 | 22 | 3F |
| Octal | 300 | 200 | 226 | 0 | 41 | 26 | 31 | 523 | 42 | 77 |
| Binary | 11000000 | 10000000 | 10010110 | 0 | 100001 | 10110 | 11001 | 101010011 | 100010 | 111111 |
Color Harmonies of #C08096
Complementary color
Monochromatic Colors of #C08096
Black with #C08096
Text Example
Text Example
White with #C08096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08096; }
p { color: rgb(192,128,150); }
H1.HeaderClassName
{
color: #C08096;
}
.AnyTagClassName
{
color: #C08096;
}
</style>
background-color css
<style>
a { background-color: #C08096; }
a { background-color: rgb(192,128,150); }
div.DivClassName
{
background-color: #C08096;
}
.BgClassName
{
background-color: #C08096;
}
</style>
border-color css
<style>
span { border-color: #C08096; }
span { border-color: rgb(192,128,150); }
td.TdClassName
{
border-color: #C08096;
}
.TagClassName
{
border-color: #C08096;
}
</style>