Shades of Puce #CE8597
Tints of Puce #CE8597
RGB
CMYK
RGB Variations
Color information
#CE8597 (or 0xCE8597) is known color: Puce. HEX triplet: CE, 85 and 97. RGB value is (206,133,151). Sum of RGB (Red+Green+Blue) = 206+133+151=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8597 is #317A68. Grayscale: #9C9C9C. Windows color (decimal): -3242601 or 9930190. OLE color: 9930190.
HSL color Cylindrical-coordinate representation of color #CE8597: hue angle of 345.21º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE8597 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 151 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.19 |
| HSL | 345.21º | 0.43% | 0.66% | - |
| HSV(B) | 345.21º | 0.35% | 0.81% | - |
| XYZ | 39.43 | 32.13 | 33.4 | - |
| YUV | 156.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 151 | 0 | 0.35 | 0.27 | 0.19 | 345.21 | 0.43 | 0.66 |
| Hex | CE | 85 | 97 | 0 | 23 | 1B | 13 | 159 | 2B | 42 |
| Octal | 316 | 205 | 227 | 0 | 43 | 33 | 23 | 531 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10010111 | 0 | 100011 | 11011 | 10011 | 101011001 | 101011 | 1000010 |
Color Harmonies of #CE8597
Complementary color
Monochromatic Colors of #CE8597
Black with #CE8597
Text Example
Text Example
White with #CE8597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8597; }
p { color: rgb(206,133,151); }
H1.HeaderClassName
{
color: #CE8597;
}
.AnyTagClassName
{
color: #CE8597;
}
</style>
background-color css
<style>
a { background-color: #CE8597; }
a { background-color: rgb(206,133,151); }
div.DivClassName
{
background-color: #CE8597;
}
.BgClassName
{
background-color: #CE8597;
}
</style>
border-color css
<style>
span { border-color: #CE8597; }
span { border-color: rgb(206,133,151); }
td.TdClassName
{
border-color: #CE8597;
}
.TagClassName
{
border-color: #CE8597;
}
</style>