Shades of Puce #C27E9D
Tints of Puce #C27E9D
RGB
CMYK
RGB Variations
Color information
#C27E9D (or 0xC27E9D) is known color: Puce. HEX triplet: C2, 7E and 9D. RGB value is (194,126,157). Sum of RGB (Red+Green+Blue) = 194+126+157=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27E9D is #3D8162. Grayscale: #959595. Windows color (decimal): -4030819 or 10321602. OLE color: 10321602.
HSL color Cylindrical-coordinate representation of color #C27E9D: hue angle of 332.65º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C27E9D is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 126 | 157 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.24 |
| HSL | 332.65º | 0.36% | 0.63% | - |
| HSV(B) | 332.65º | 0.35% | 0.76% | - |
| XYZ | 35.79 | 28.83 | 35.58 | - |
| YUV | 149.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 157 | 0 | 0.35 | 0.19 | 0.24 | 332.65 | 0.36 | 0.63 |
| Hex | C2 | 7E | 9D | 0 | 23 | 13 | 18 | 14D | 24 | 3F |
| Octal | 302 | 176 | 235 | 0 | 43 | 23 | 30 | 515 | 44 | 77 |
| Binary | 11000010 | 1111110 | 10011101 | 0 | 100011 | 10011 | 11000 | 101001101 | 100100 | 111111 |
Color Harmonies of #C27E9D
Complementary color
Monochromatic Colors of #C27E9D
Black with #C27E9D
Text Example
Text Example
White with #C27E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27E9D; }
p { color: rgb(194,126,157); }
H1.HeaderClassName
{
color: #C27E9D;
}
.AnyTagClassName
{
color: #C27E9D;
}
</style>
background-color css
<style>
a { background-color: #C27E9D; }
a { background-color: rgb(194,126,157); }
div.DivClassName
{
background-color: #C27E9D;
}
.BgClassName
{
background-color: #C27E9D;
}
</style>
border-color css
<style>
span { border-color: #C27E9D; }
span { border-color: rgb(194,126,157); }
td.TdClassName
{
border-color: #C27E9D;
}
.TagClassName
{
border-color: #C27E9D;
}
</style>