Shades of Puce #C27C92
Tints of Puce #C27C92
RGB
CMYK
RGB Variations
Color information
#C27C92 (or 0xC27C92) is known color: Puce. HEX triplet: C2, 7C and 92. RGB value is (194,124,146). Sum of RGB (Red+Green+Blue) = 194+124+146=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27C92 is #3D836D. Grayscale: #939393. Windows color (decimal): -4031342 or 9600194. OLE color: 9600194.
HSL color Cylindrical-coordinate representation of color #C27C92: hue angle of 341.14º 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 #C27C92 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 146 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.24 |
| HSL | 341.14º | 0.36% | 0.62% | - |
| HSV(B) | 341.14º | 0.36% | 0.76% | - |
| XYZ | 34.64 | 27.96 | 30.77 | - |
| YUV | 147.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 146 | 0 | 0.36 | 0.25 | 0.24 | 341.14 | 0.36 | 0.62 |
| Hex | C2 | 7C | 92 | 0 | 24 | 19 | 18 | 155 | 24 | 3E |
| Octal | 302 | 174 | 222 | 0 | 44 | 31 | 30 | 525 | 44 | 76 |
| Binary | 11000010 | 1111100 | 10010010 | 0 | 100100 | 11001 | 11000 | 101010101 | 100100 | 111110 |
Color Harmonies of #C27C92
Complementary color
Monochromatic Colors of #C27C92
Black with #C27C92
Text Example
Text Example
White with #C27C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C92; }
p { color: rgb(194,124,146); }
H1.HeaderClassName
{
color: #C27C92;
}
.AnyTagClassName
{
color: #C27C92;
}
</style>
background-color css
<style>
a { background-color: #C27C92; }
a { background-color: rgb(194,124,146); }
div.DivClassName
{
background-color: #C27C92;
}
.BgClassName
{
background-color: #C27C92;
}
</style>
border-color css
<style>
span { border-color: #C27C92; }
span { border-color: rgb(194,124,146); }
td.TdClassName
{
border-color: #C27C92;
}
.TagClassName
{
border-color: #C27C92;
}
</style>