Shades of Puce #C07E9B
Tints of Puce #C07E9B
RGB
CMYK
RGB Variations
Color information
#C07E9B (or 0xC07E9B) is known color: Puce. HEX triplet: C0, 7E and 9B. RGB value is (192,126,155). Sum of RGB (Red+Green+Blue) = 192+126+155=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07E9B is #3F8164. Grayscale: #949494. Windows color (decimal): -4161893 or 10190528. OLE color: 10190528.
HSL color Cylindrical-coordinate representation of color #C07E9B: hue angle of 333.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07E9B is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 155 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.25 |
| HSL | 333.64º | 0.34% | 0.62% | - |
| HSV(B) | 333.64º | 0.34% | 0.75% | - |
| XYZ | 35.12 | 28.49 | 34.66 | - |
| YUV | 149.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 155 | 0 | 0.34 | 0.19 | 0.25 | 333.64 | 0.34 | 0.62 |
| Hex | C0 | 7E | 9B | 0 | 22 | 13 | 19 | 14E | 22 | 3E |
| Octal | 300 | 176 | 233 | 0 | 42 | 23 | 31 | 516 | 42 | 76 |
| Binary | 11000000 | 1111110 | 10011011 | 0 | 100010 | 10011 | 11001 | 101001110 | 100010 | 111110 |
Color Harmonies of #C07E9B
Complementary color
Monochromatic Colors of #C07E9B
Black with #C07E9B
Text Example
Text Example
White with #C07E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E9B; }
p { color: rgb(192,126,155); }
H1.HeaderClassName
{
color: #C07E9B;
}
.AnyTagClassName
{
color: #C07E9B;
}
</style>
background-color css
<style>
a { background-color: #C07E9B; }
a { background-color: rgb(192,126,155); }
div.DivClassName
{
background-color: #C07E9B;
}
.BgClassName
{
background-color: #C07E9B;
}
</style>
border-color css
<style>
span { border-color: #C07E9B; }
span { border-color: rgb(192,126,155); }
td.TdClassName
{
border-color: #C07E9B;
}
.TagClassName
{
border-color: #C07E9B;
}
</style>