Shades of Puce #C27E9A
Tints of Puce #C27E9A
RGB
CMYK
RGB Variations
Color information
#C27E9A (or 0xC27E9A) is known color: Puce. HEX triplet: C2, 7E and 9A. RGB value is (194,126,154). Sum of RGB (Red+Green+Blue) = 194+126+154=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27E9A is #3D8165. Grayscale: #959595. Windows color (decimal): -4030822 or 10124994. OLE color: 10124994.
HSL color Cylindrical-coordinate representation of color #C27E9A: hue angle of 335.29º 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 #C27E9A is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 126 | 154 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.24 |
| HSL | 335.29º | 0.36% | 0.63% | - |
| HSV(B) | 335.29º | 0.35% | 0.76% | - |
| XYZ | 35.54 | 28.72 | 34.24 | - |
| YUV | 149.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 154 | 0 | 0.35 | 0.21 | 0.24 | 335.29 | 0.36 | 0.63 |
| Hex | C2 | 7E | 9A | 0 | 23 | 15 | 18 | 14F | 24 | 3F |
| Octal | 302 | 176 | 232 | 0 | 43 | 25 | 30 | 517 | 44 | 77 |
| Binary | 11000010 | 1111110 | 10011010 | 0 | 100011 | 10101 | 11000 | 101001111 | 100100 | 111111 |
Color Harmonies of #C27E9A
Complementary color
Monochromatic Colors of #C27E9A
Black with #C27E9A
Text Example
Text Example
White with #C27E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27E9A; }
p { color: rgb(194,126,154); }
H1.HeaderClassName
{
color: #C27E9A;
}
.AnyTagClassName
{
color: #C27E9A;
}
</style>
background-color css
<style>
a { background-color: #C27E9A; }
a { background-color: rgb(194,126,154); }
div.DivClassName
{
background-color: #C27E9A;
}
.BgClassName
{
background-color: #C27E9A;
}
</style>
border-color css
<style>
span { border-color: #C27E9A; }
span { border-color: rgb(194,126,154); }
td.TdClassName
{
border-color: #C27E9A;
}
.TagClassName
{
border-color: #C27E9A;
}
</style>