Shades of Puce #C27F90
Tints of Puce #C27F90
RGB
CMYK
RGB Variations
Color information
#C27F90 (or 0xC27F90) is known color: Puce. HEX triplet: C2, 7F and 90. RGB value is (194,127,144). Sum of RGB (Red+Green+Blue) = 194+127+144=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F90 is #3D806F. Grayscale: #949494. Windows color (decimal): -4030576 or 9469890. OLE color: 9469890.
HSL color Cylindrical-coordinate representation of color #C27F90: hue angle of 344.78º 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 #C27F90 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 144 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.24 |
| HSL | 344.78º | 0.35% | 0.63% | - |
| HSV(B) | 344.78º | 0.35% | 0.76% | - |
| XYZ | 34.87 | 28.66 | 30.08 | - |
| YUV | 148.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 144 | 0 | 0.35 | 0.26 | 0.24 | 344.78 | 0.35 | 0.63 |
| Hex | C2 | 7F | 90 | 0 | 23 | 1A | 18 | 159 | 23 | 3F |
| Octal | 302 | 177 | 220 | 0 | 43 | 32 | 30 | 531 | 43 | 77 |
| Binary | 11000010 | 1111111 | 10010000 | 0 | 100011 | 11010 | 11000 | 101011001 | 100011 | 111111 |
Color Harmonies of #C27F90
Complementary color
Monochromatic Colors of #C27F90
Black with #C27F90
Text Example
Text Example
White with #C27F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27F90; }
p { color: rgb(194,127,144); }
H1.HeaderClassName
{
color: #C27F90;
}
.AnyTagClassName
{
color: #C27F90;
}
</style>
background-color css
<style>
a { background-color: #C27F90; }
a { background-color: rgb(194,127,144); }
div.DivClassName
{
background-color: #C27F90;
}
.BgClassName
{
background-color: #C27F90;
}
</style>
border-color css
<style>
span { border-color: #C27F90; }
span { border-color: rgb(194,127,144); }
td.TdClassName
{
border-color: #C27F90;
}
.TagClassName
{
border-color: #C27F90;
}
</style>