Shades of Puce #CE8594
Tints of Puce #CE8594
RGB
CMYK
RGB Variations
Color information
#CE8594 (or 0xCE8594) is known color: Puce. HEX triplet: CE, 85 and 94. RGB value is (206,133,148). Sum of RGB (Red+Green+Blue) = 206+133+148=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8594 is #317A6B. Grayscale: #9C9C9C. Windows color (decimal): -3242604 or 9733582. OLE color: 9733582.
HSL color Cylindrical-coordinate representation of color #CE8594: hue angle of 347.67º 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 #CE8594 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 148 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.19 |
| HSL | 347.67º | 0.43% | 0.66% | - |
| HSV(B) | 347.67º | 0.35% | 0.81% | - |
| XYZ | 39.19 | 32.03 | 32.14 | - |
| YUV | 156.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 148 | 0 | 0.35 | 0.28 | 0.19 | 347.67 | 0.43 | 0.66 |
| Hex | CE | 85 | 94 | 0 | 23 | 1C | 13 | 15C | 2B | 42 |
| Octal | 316 | 205 | 224 | 0 | 43 | 34 | 23 | 534 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10010100 | 0 | 100011 | 11100 | 10011 | 101011100 | 101011 | 1000010 |
Color Harmonies of #CE8594
Complementary color
Monochromatic Colors of #CE8594
Black with #CE8594
Text Example
Text Example
White with #CE8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8594; }
p { color: rgb(206,133,148); }
H1.HeaderClassName
{
color: #CE8594;
}
.AnyTagClassName
{
color: #CE8594;
}
</style>
background-color css
<style>
a { background-color: #CE8594; }
a { background-color: rgb(206,133,148); }
div.DivClassName
{
background-color: #CE8594;
}
.BgClassName
{
background-color: #CE8594;
}
</style>
border-color css
<style>
span { border-color: #CE8594; }
span { border-color: rgb(206,133,148); }
td.TdClassName
{
border-color: #CE8594;
}
.TagClassName
{
border-color: #CE8594;
}
</style>