Shades of Puce #CE868E
Tints of Puce #CE868E
RGB
CMYK
RGB Variations
Color information
#CE868E (or 0xCE868E) is known color: Puce. HEX triplet: CE, 86 and 8E. RGB value is (206,134,142). Sum of RGB (Red+Green+Blue) = 206+134+142=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE868E is #317971. Grayscale: #9C9C9C. Windows color (decimal): -3242354 or 9340622. OLE color: 9340622.
HSL color Cylindrical-coordinate representation of color #CE868E: hue angle of 353.33º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE868E is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 142 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.19 |
| HSL | 353.33º | 0.42% | 0.67% | - |
| HSV(B) | 353.33º | 0.35% | 0.81% | - |
| XYZ | 38.86 | 32.13 | 29.74 | - |
| YUV | 156.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 142 | 0 | 0.35 | 0.31 | 0.19 | 353.33 | 0.42 | 0.67 |
| Hex | CE | 86 | 8E | 0 | 23 | 1F | 13 | 161 | 2A | 43 |
| Octal | 316 | 206 | 216 | 0 | 43 | 37 | 23 | 541 | 52 | 103 |
| Binary | 11001110 | 10000110 | 10001110 | 0 | 100011 | 11111 | 10011 | 101100001 | 101010 | 1000011 |
Color Harmonies of #CE868E
Complementary color
Monochromatic Colors of #CE868E
Black with #CE868E
Text Example
Text Example
White with #CE868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE868E; }
p { color: rgb(206,134,142); }
H1.HeaderClassName
{
color: #CE868E;
}
.AnyTagClassName
{
color: #CE868E;
}
</style>
background-color css
<style>
a { background-color: #CE868E; }
a { background-color: rgb(206,134,142); }
div.DivClassName
{
background-color: #CE868E;
}
.BgClassName
{
background-color: #CE868E;
}
</style>
border-color css
<style>
span { border-color: #CE868E; }
span { border-color: rgb(206,134,142); }
td.TdClassName
{
border-color: #CE868E;
}
.TagClassName
{
border-color: #CE868E;
}
</style>