Shades of Puce #C27C96
Tints of Puce #C27C96
RGB
CMYK
RGB Variations
Color information
#C27C96 (or 0xC27C96) is known color: Puce. HEX triplet: C2, 7C and 96. RGB value is (194,124,150). Sum of RGB (Red+Green+Blue) = 194+124+150=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27C96 is #3D8369. Grayscale: #939393. Windows color (decimal): -4031338 or 9862338. OLE color: 9862338.
HSL color Cylindrical-coordinate representation of color #C27C96: hue angle of 337.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27C96 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 150 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.24 |
| HSL | 337.71º | 0.36% | 0.62% | - |
| HSV(B) | 337.71º | 0.36% | 0.76% | - |
| XYZ | 34.96 | 28.09 | 32.43 | - |
| YUV | 147.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 150 | 0 | 0.36 | 0.23 | 0.24 | 337.71 | 0.36 | 0.62 |
| Hex | C2 | 7C | 96 | 0 | 24 | 17 | 18 | 152 | 24 | 3E |
| Octal | 302 | 174 | 226 | 0 | 44 | 27 | 30 | 522 | 44 | 76 |
| Binary | 11000010 | 1111100 | 10010110 | 0 | 100100 | 10111 | 11000 | 101010010 | 100100 | 111110 |
Color Harmonies of #C27C96
Complementary color
Monochromatic Colors of #C27C96
Black with #C27C96
Text Example
Text Example
White with #C27C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C96; }
p { color: rgb(194,124,150); }
H1.HeaderClassName
{
color: #C27C96;
}
.AnyTagClassName
{
color: #C27C96;
}
</style>
background-color css
<style>
a { background-color: #C27C96; }
a { background-color: rgb(194,124,150); }
div.DivClassName
{
background-color: #C27C96;
}
.BgClassName
{
background-color: #C27C96;
}
</style>
border-color css
<style>
span { border-color: #C27C96; }
span { border-color: rgb(194,124,150); }
td.TdClassName
{
border-color: #C27C96;
}
.TagClassName
{
border-color: #C27C96;
}
</style>