Shades of Puce #CE8A8B
Tints of Puce #CE8A8B
RGB
CMYK
RGB Variations
Color information
#CE8A8B (or 0xCE8A8B) is known color: Puce. HEX triplet: CE, 8A and 8B. RGB value is (206,138,139). Sum of RGB (Red+Green+Blue) = 206+138+139=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8A8B is #317574. Grayscale: #9E9E9E. Windows color (decimal): -3241333 or 9145038. OLE color: 9145038.
HSL color Cylindrical-coordinate representation of color #CE8A8B: hue angle of 359.12º 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 #CE8A8B is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 139 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.19 |
| HSL | 359.12º | 0.41% | 0.67% | - |
| HSV(B) | 359.12º | 0.33% | 0.81% | - |
| XYZ | 39.2 | 33.16 | 28.76 | - |
| YUV | 158.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 139 | 0 | 0.33 | 0.33 | 0.19 | 359.12 | 0.41 | 0.67 |
| Hex | CE | 8A | 8B | 0 | 21 | 21 | 13 | 167 | 29 | 43 |
| Octal | 316 | 212 | 213 | 0 | 41 | 41 | 23 | 547 | 51 | 103 |
| Binary | 11001110 | 10001010 | 10001011 | 0 | 100001 | 100001 | 10011 | 101100111 | 101001 | 1000011 |
Color Harmonies of #CE8A8B
Complementary color
Monochromatic Colors of #CE8A8B
Black with #CE8A8B
Text Example
Text Example
White with #CE8A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A8B; }
p { color: rgb(206,138,139); }
H1.HeaderClassName
{
color: #CE8A8B;
}
.AnyTagClassName
{
color: #CE8A8B;
}
</style>
background-color css
<style>
a { background-color: #CE8A8B; }
a { background-color: rgb(206,138,139); }
div.DivClassName
{
background-color: #CE8A8B;
}
.BgClassName
{
background-color: #CE8A8B;
}
</style>
border-color css
<style>
span { border-color: #CE8A8B; }
span { border-color: rgb(206,138,139); }
td.TdClassName
{
border-color: #CE8A8B;
}
.TagClassName
{
border-color: #CE8A8B;
}
</style>