Shades of Puce #C27F9E
Tints of Puce #C27F9E
RGB
CMYK
RGB Variations
Color information
#C27F9E (or 0xC27F9E) is known color: Puce. HEX triplet: C2, 7F and 9E. RGB value is (194,127,158). Sum of RGB (Red+Green+Blue) = 194+127+158=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F9E is #3D8061. Grayscale: #969696. Windows color (decimal): -4030562 or 10387394. OLE color: 10387394.
HSL color Cylindrical-coordinate representation of color #C27F9E: hue angle of 332.24º degrees, saturation: 0.35, 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 #C27F9E is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 158 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.24 |
| HSL | 332.24º | 0.35% | 0.63% | - |
| HSV(B) | 332.24º | 0.35% | 0.76% | - |
| XYZ | 36.01 | 29.12 | 36.07 | - |
| YUV | 150.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 158 | 0 | 0.35 | 0.19 | 0.24 | 332.24 | 0.35 | 0.63 |
| Hex | C2 | 7F | 9E | 0 | 23 | 13 | 18 | 14C | 23 | 3F |
| Octal | 302 | 177 | 236 | 0 | 43 | 23 | 30 | 514 | 43 | 77 |
| Binary | 11000010 | 1111111 | 10011110 | 0 | 100011 | 10011 | 11000 | 101001100 | 100011 | 111111 |
Color Harmonies of #C27F9E
Complementary color
Monochromatic Colors of #C27F9E
Black with #C27F9E
Text Example
Text Example
White with #C27F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27F9E; }
p { color: rgb(194,127,158); }
H1.HeaderClassName
{
color: #C27F9E;
}
.AnyTagClassName
{
color: #C27F9E;
}
</style>
background-color css
<style>
a { background-color: #C27F9E; }
a { background-color: rgb(194,127,158); }
div.DivClassName
{
background-color: #C27F9E;
}
.BgClassName
{
background-color: #C27F9E;
}
</style>
border-color css
<style>
span { border-color: #C27F9E; }
span { border-color: rgb(194,127,158); }
td.TdClassName
{
border-color: #C27F9E;
}
.TagClassName
{
border-color: #C27F9E;
}
</style>