Shades of Puce #CE8A8F
Tints of Puce #CE8A8F
RGB
CMYK
RGB Variations
Color information
#CE8A8F (or 0xCE8A8F) is known color: Puce. HEX triplet: CE, 8A and 8F. RGB value is (206,138,143). Sum of RGB (Red+Green+Blue) = 206+138+143=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8A8F is #317570. Grayscale: #9E9E9E. Windows color (decimal): -3241329 or 9407182. OLE color: 9407182.
HSL color Cylindrical-coordinate representation of color #CE8A8F: hue angle of 355.59º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8A8F is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 143 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.19 |
| HSL | 355.59º | 0.41% | 0.67% | - |
| HSV(B) | 355.59º | 0.33% | 0.81% | - |
| XYZ | 39.5 | 33.28 | 30.33 | - |
| YUV | 158.9 | 119.03 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 143 | 0 | 0.33 | 0.31 | 0.19 | 355.59 | 0.41 | 0.67 |
| Hex | CE | 8A | 8F | 0 | 21 | 1F | 13 | 164 | 29 | 43 |
| Octal | 316 | 212 | 217 | 0 | 41 | 37 | 23 | 544 | 51 | 103 |
| Binary | 11001110 | 10001010 | 10001111 | 0 | 100001 | 11111 | 10011 | 101100100 | 101001 | 1000011 |
Color Harmonies of #CE8A8F
Complementary color
Monochromatic Colors of #CE8A8F
Black with #CE8A8F
Text Example
Text Example
White with #CE8A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A8F; }
p { color: rgb(206,138,143); }
H1.HeaderClassName
{
color: #CE8A8F;
}
.AnyTagClassName
{
color: #CE8A8F;
}
</style>
background-color css
<style>
a { background-color: #CE8A8F; }
a { background-color: rgb(206,138,143); }
div.DivClassName
{
background-color: #CE8A8F;
}
.BgClassName
{
background-color: #CE8A8F;
}
</style>
border-color css
<style>
span { border-color: #CE8A8F; }
span { border-color: rgb(206,138,143); }
td.TdClassName
{
border-color: #CE8A8F;
}
.TagClassName
{
border-color: #CE8A8F;
}
</style>