Shades of Puce #C27D99
Tints of Puce #C27D99
RGB
CMYK
RGB Variations
Color information
#C27D99 (or 0xC27D99) is known color: Puce. HEX triplet: C2, 7D and 99. RGB value is (194,125,153). Sum of RGB (Red+Green+Blue) = 194+125+153=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27D99 is #3D8266. Grayscale: #949494. Windows color (decimal): -4031079 or 10059202. OLE color: 10059202.
HSL color Cylindrical-coordinate representation of color #C27D99: hue angle of 335.65º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27D99 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 153 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.24 |
| HSL | 335.65º | 0.36% | 0.63% | - |
| HSV(B) | 335.65º | 0.36% | 0.76% | - |
| XYZ | 35.33 | 28.44 | 33.76 | - |
| YUV | 148.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 153 | 0 | 0.36 | 0.21 | 0.24 | 335.65 | 0.36 | 0.63 |
| Hex | C2 | 7D | 99 | 0 | 24 | 15 | 18 | 150 | 24 | 3F |
| Octal | 302 | 175 | 231 | 0 | 44 | 25 | 30 | 520 | 44 | 77 |
| Binary | 11000010 | 1111101 | 10011001 | 0 | 100100 | 10101 | 11000 | 101010000 | 100100 | 111111 |
Color Harmonies of #C27D99
Complementary color
Monochromatic Colors of #C27D99
Black with #C27D99
Text Example
Text Example
White with #C27D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D99; }
p { color: rgb(194,125,153); }
H1.HeaderClassName
{
color: #C27D99;
}
.AnyTagClassName
{
color: #C27D99;
}
</style>
background-color css
<style>
a { background-color: #C27D99; }
a { background-color: rgb(194,125,153); }
div.DivClassName
{
background-color: #C27D99;
}
.BgClassName
{
background-color: #C27D99;
}
</style>
border-color css
<style>
span { border-color: #C27D99; }
span { border-color: rgb(194,125,153); }
td.TdClassName
{
border-color: #C27D99;
}
.TagClassName
{
border-color: #C27D99;
}
</style>