Shades of Puce #C08794
Tints of Puce #C08794
RGB
CMYK
RGB Variations
Color information
#C08794 (or 0xC08794) is known color: Puce. HEX triplet: C0, 87 and 94. RGB value is (192,135,148). Sum of RGB (Red+Green+Blue) = 192+135+148=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C08794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08794 is #3F786B. Grayscale: #999999. Windows color (decimal): -4159596 or 9734080. OLE color: 9734080.
HSL color Cylindrical-coordinate representation of color #C08794: hue angle of 346.32º 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 #C08794 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 148 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.25 |
| HSL | 346.32º | 0.31% | 0.64% | - |
| HSV(B) | 346.32º | 0.3% | 0.75% | - |
| XYZ | 35.75 | 30.67 | 32.05 | - |
| YUV | 153.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 148 | 0 | 0.30 | 0.23 | 0.25 | 346.32 | 0.31 | 0.64 |
| Hex | C0 | 87 | 94 | 0 | 1E | 17 | 19 | 15A | 1F | 40 |
| Octal | 300 | 207 | 224 | 0 | 36 | 27 | 31 | 532 | 37 | 100 |
| Binary | 11000000 | 10000111 | 10010100 | 0 | 11110 | 10111 | 11001 | 101011010 | 11111 | 1000000 |
Color Harmonies of #C08794
Complementary color
Monochromatic Colors of #C08794
Black with #C08794
Text Example
Text Example
White with #C08794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08794; }
p { color: rgb(192,135,148); }
H1.HeaderClassName
{
color: #C08794;
}
.AnyTagClassName
{
color: #C08794;
}
</style>
background-color css
<style>
a { background-color: #C08794; }
a { background-color: rgb(192,135,148); }
div.DivClassName
{
background-color: #C08794;
}
.BgClassName
{
background-color: #C08794;
}
</style>
border-color css
<style>
span { border-color: #C08794; }
span { border-color: rgb(192,135,148); }
td.TdClassName
{
border-color: #C08794;
}
.TagClassName
{
border-color: #C08794;
}
</style>