Shades of Puce #CE8592
Tints of Puce #CE8592
RGB
CMYK
RGB Variations
Color information
#CE8592 (or 0xCE8592) is known color: Puce. HEX triplet: CE, 85 and 92. RGB value is (206,133,146). Sum of RGB (Red+Green+Blue) = 206+133+146=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8592 is #317A6D. Grayscale: #9C9C9C. Windows color (decimal): -3242606 or 9602510. OLE color: 9602510.
HSL color Cylindrical-coordinate representation of color #CE8592: hue angle of 349.32º 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 #CE8592 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 146 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.19 |
| HSL | 349.32º | 0.43% | 0.66% | - |
| HSV(B) | 349.32º | 0.35% | 0.81% | - |
| XYZ | 39.03 | 31.97 | 31.31 | - |
| YUV | 156.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 146 | 0 | 0.35 | 0.29 | 0.19 | 349.32 | 0.43 | 0.66 |
| Hex | CE | 85 | 92 | 0 | 23 | 1D | 13 | 15D | 2B | 42 |
| Octal | 316 | 205 | 222 | 0 | 43 | 35 | 23 | 535 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10010010 | 0 | 100011 | 11101 | 10011 | 101011101 | 101011 | 1000010 |
Color Harmonies of #CE8592
Complementary color
Monochromatic Colors of #CE8592
Black with #CE8592
Text Example
Text Example
White with #CE8592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8592; }
p { color: rgb(206,133,146); }
H1.HeaderClassName
{
color: #CE8592;
}
.AnyTagClassName
{
color: #CE8592;
}
</style>
background-color css
<style>
a { background-color: #CE8592; }
a { background-color: rgb(206,133,146); }
div.DivClassName
{
background-color: #CE8592;
}
.BgClassName
{
background-color: #CE8592;
}
</style>
border-color css
<style>
span { border-color: #CE8592; }
span { border-color: rgb(206,133,146); }
td.TdClassName
{
border-color: #CE8592;
}
.TagClassName
{
border-color: #CE8592;
}
</style>