Shades of Puce #CE7F96
Tints of Puce #CE7F96
RGB
CMYK
RGB Variations
Color information
#CE7F96 (or 0xCE7F96) is known color: Puce. HEX triplet: CE, 7F and 96. RGB value is (206,127,150). Sum of RGB (Red+Green+Blue) = 206+127+150=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7F96 is #318069. Grayscale: #999999. Windows color (decimal): -3244138 or 9863118. OLE color: 9863118.
HSL color Cylindrical-coordinate representation of color #CE7F96: hue angle of 342.53º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE7F96 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 127 | 150 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.19 |
| HSL | 342.53º | 0.45% | 0.65% | - |
| HSV(B) | 342.53º | 0.38% | 0.81% | - |
| XYZ | 38.55 | 30.5 | 32.71 | - |
| YUV | 153.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 150 | 0 | 0.38 | 0.27 | 0.19 | 342.53 | 0.45 | 0.65 |
| Hex | CE | 7F | 96 | 0 | 26 | 1B | 13 | 157 | 2D | 41 |
| Octal | 316 | 177 | 226 | 0 | 46 | 33 | 23 | 527 | 55 | 101 |
| Binary | 11001110 | 1111111 | 10010110 | 0 | 100110 | 11011 | 10011 | 101010111 | 101101 | 1000001 |
Color Harmonies of #CE7F96
Complementary color
Monochromatic Colors of #CE7F96
Black with #CE7F96
Text Example
Text Example
White with #CE7F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7F96; }
p { color: rgb(206,127,150); }
H1.HeaderClassName
{
color: #CE7F96;
}
.AnyTagClassName
{
color: #CE7F96;
}
</style>
background-color css
<style>
a { background-color: #CE7F96; }
a { background-color: rgb(206,127,150); }
div.DivClassName
{
background-color: #CE7F96;
}
.BgClassName
{
background-color: #CE7F96;
}
</style>
border-color css
<style>
span { border-color: #CE7F96; }
span { border-color: rgb(206,127,150); }
td.TdClassName
{
border-color: #CE7F96;
}
.TagClassName
{
border-color: #CE7F96;
}
</style>