Shades of Puce #C27E90
Tints of Puce #C27E90
RGB
CMYK
RGB Variations
Color information
#C27E90 (or 0xC27E90) is known color: Puce. HEX triplet: C2, 7E and 90. RGB value is (194,126,144). Sum of RGB (Red+Green+Blue) = 194+126+144=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27E90 is #3D816F. Grayscale: #949494. Windows color (decimal): -4030832 or 9469634. OLE color: 9469634.
HSL color Cylindrical-coordinate representation of color #C27E90: hue angle of 344.12º 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 #C27E90 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 126 | 144 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.24 |
| HSL | 344.12º | 0.36% | 0.63% | - |
| HSV(B) | 344.12º | 0.35% | 0.76% | - |
| XYZ | 34.74 | 28.4 | 30.04 | - |
| YUV | 148.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 144 | 0 | 0.35 | 0.26 | 0.24 | 344.12 | 0.36 | 0.63 |
| Hex | C2 | 7E | 90 | 0 | 23 | 1A | 18 | 158 | 24 | 3F |
| Octal | 302 | 176 | 220 | 0 | 43 | 32 | 30 | 530 | 44 | 77 |
| Binary | 11000010 | 1111110 | 10010000 | 0 | 100011 | 11010 | 11000 | 101011000 | 100100 | 111111 |
Color Harmonies of #C27E90
Complementary color
Monochromatic Colors of #C27E90
Black with #C27E90
Text Example
Text Example
White with #C27E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27E90; }
p { color: rgb(194,126,144); }
H1.HeaderClassName
{
color: #C27E90;
}
.AnyTagClassName
{
color: #C27E90;
}
</style>
background-color css
<style>
a { background-color: #C27E90; }
a { background-color: rgb(194,126,144); }
div.DivClassName
{
background-color: #C27E90;
}
.BgClassName
{
background-color: #C27E90;
}
</style>
border-color css
<style>
span { border-color: #C27E90; }
span { border-color: rgb(194,126,144); }
td.TdClassName
{
border-color: #C27E90;
}
.TagClassName
{
border-color: #C27E90;
}
</style>