Shades of Puce #C27F99
Tints of Puce #C27F99
RGB
CMYK
RGB Variations
Color information
#C27F99 (or 0xC27F99) is known color: Puce. HEX triplet: C2, 7F and 99. RGB value is (194,127,153). Sum of RGB (Red+Green+Blue) = 194+127+153=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F99 is #3D8066. Grayscale: #959595. Windows color (decimal): -4030567 or 10059714. OLE color: 10059714.
HSL color Cylindrical-coordinate representation of color #C27F99: hue angle of 336.72º 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 #C27F99 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 153 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.24 |
| HSL | 336.72º | 0.35% | 0.63% | - |
| HSV(B) | 336.72º | 0.35% | 0.76% | - |
| XYZ | 35.59 | 28.95 | 33.85 | - |
| YUV | 150 | 129.7 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 153 | 0 | 0.35 | 0.21 | 0.24 | 336.72 | 0.35 | 0.63 |
| Hex | C2 | 7F | 99 | 0 | 23 | 15 | 18 | 151 | 23 | 3F |
| Octal | 302 | 177 | 231 | 0 | 43 | 25 | 30 | 521 | 43 | 77 |
| Binary | 11000010 | 1111111 | 10011001 | 0 | 100011 | 10101 | 11000 | 101010001 | 100011 | 111111 |
Color Harmonies of #C27F99
Complementary color
Monochromatic Colors of #C27F99
Black with #C27F99
Text Example
Text Example
White with #C27F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27F99; }
p { color: rgb(194,127,153); }
H1.HeaderClassName
{
color: #C27F99;
}
.AnyTagClassName
{
color: #C27F99;
}
</style>
background-color css
<style>
a { background-color: #C27F99; }
a { background-color: rgb(194,127,153); }
div.DivClassName
{
background-color: #C27F99;
}
.BgClassName
{
background-color: #C27F99;
}
</style>
border-color css
<style>
span { border-color: #C27F99; }
span { border-color: rgb(194,127,153); }
td.TdClassName
{
border-color: #C27F99;
}
.TagClassName
{
border-color: #C27F99;
}
</style>