Shades of Puce #CE878A
Tints of Puce #CE878A
RGB
CMYK
RGB Variations
Color information
#CE878A (or 0xCE878A) is known color: Puce. HEX triplet: CE, 87 and 8A. RGB value is (206,135,138). Sum of RGB (Red+Green+Blue) = 206+135+138=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE878A is #317875. Grayscale: #9C9C9C. Windows color (decimal): -3242102 or 9078734. OLE color: 9078734.
HSL color Cylindrical-coordinate representation of color #CE878A: hue angle of 357.46º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE878A is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 138 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.19 |
| HSL | 357.46º | 0.42% | 0.67% | - |
| HSV(B) | 357.46º | 0.34% | 0.81% | - |
| XYZ | 38.71 | 32.28 | 28.24 | - |
| YUV | 156.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 138 | 0 | 0.34 | 0.33 | 0.19 | 357.46 | 0.42 | 0.67 |
| Hex | CE | 87 | 8A | 0 | 22 | 21 | 13 | 165 | 2A | 43 |
| Octal | 316 | 207 | 212 | 0 | 42 | 41 | 23 | 545 | 52 | 103 |
| Binary | 11001110 | 10000111 | 10001010 | 0 | 100010 | 100001 | 10011 | 101100101 | 101010 | 1000011 |
Color Harmonies of #CE878A
Complementary color
Monochromatic Colors of #CE878A
Black with #CE878A
Text Example
Text Example
White with #CE878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE878A; }
p { color: rgb(206,135,138); }
H1.HeaderClassName
{
color: #CE878A;
}
.AnyTagClassName
{
color: #CE878A;
}
</style>
background-color css
<style>
a { background-color: #CE878A; }
a { background-color: rgb(206,135,138); }
div.DivClassName
{
background-color: #CE878A;
}
.BgClassName
{
background-color: #CE878A;
}
</style>
border-color css
<style>
span { border-color: #CE878A; }
span { border-color: rgb(206,135,138); }
td.TdClassName
{
border-color: #CE878A;
}
.TagClassName
{
border-color: #CE878A;
}
</style>