Shades of Puce #C27E9C
Tints of Puce #C27E9C
RGB
CMYK
RGB Variations
Color information
#C27E9C (or 0xC27E9C) is known color: Puce. HEX triplet: C2, 7E and 9C. RGB value is (194,126,156). Sum of RGB (Red+Green+Blue) = 194+126+156=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27E9C is #3D8163. Grayscale: #959595. Windows color (decimal): -4030820 or 10256066. OLE color: 10256066.
HSL color Cylindrical-coordinate representation of color #C27E9C: hue angle of 333.53º 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 #C27E9C is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 126 | 156 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.24 |
| HSL | 333.53º | 0.36% | 0.63% | - |
| HSV(B) | 333.53º | 0.35% | 0.76% | - |
| XYZ | 35.71 | 28.79 | 35.13 | - |
| YUV | 149.75 | 131.53 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 156 | 0 | 0.35 | 0.20 | 0.24 | 333.53 | 0.36 | 0.63 |
| Hex | C2 | 7E | 9C | 0 | 23 | 14 | 18 | 14E | 24 | 3F |
| Octal | 302 | 176 | 234 | 0 | 43 | 24 | 30 | 516 | 44 | 77 |
| Binary | 11000010 | 1111110 | 10011100 | 0 | 100011 | 10100 | 11000 | 101001110 | 100100 | 111111 |
Color Harmonies of #C27E9C
Complementary color
Monochromatic Colors of #C27E9C
Black with #C27E9C
Text Example
Text Example
White with #C27E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27E9C; }
p { color: rgb(194,126,156); }
H1.HeaderClassName
{
color: #C27E9C;
}
.AnyTagClassName
{
color: #C27E9C;
}
</style>
background-color css
<style>
a { background-color: #C27E9C; }
a { background-color: rgb(194,126,156); }
div.DivClassName
{
background-color: #C27E9C;
}
.BgClassName
{
background-color: #C27E9C;
}
</style>
border-color css
<style>
span { border-color: #C27E9C; }
span { border-color: rgb(194,126,156); }
td.TdClassName
{
border-color: #C27E9C;
}
.TagClassName
{
border-color: #C27E9C;
}
</style>