Shades of Puce #CE879B
Tints of Puce #CE879B
RGB
CMYK
RGB Variations
Color information
#CE879B (or 0xCE879B) is known color: Puce. HEX triplet: CE, 87 and 9B. RGB value is (206,135,155). Sum of RGB (Red+Green+Blue) = 206+135+155=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE879B is #317864. Grayscale: #9E9E9E. Windows color (decimal): -3242085 or 10192846. OLE color: 10192846.
HSL color Cylindrical-coordinate representation of color #CE879B: hue angle of 343.1º 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 #CE879B is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 155 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.19 |
| HSL | 343.1º | 0.42% | 0.67% | - |
| HSV(B) | 343.1º | 0.34% | 0.81% | - |
| XYZ | 40.03 | 32.82 | 35.23 | - |
| YUV | 158.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 155 | 0 | 0.34 | 0.25 | 0.19 | 343.1 | 0.42 | 0.67 |
| Hex | CE | 87 | 9B | 0 | 22 | 19 | 13 | 157 | 2A | 43 |
| Octal | 316 | 207 | 233 | 0 | 42 | 31 | 23 | 527 | 52 | 103 |
| Binary | 11001110 | 10000111 | 10011011 | 0 | 100010 | 11001 | 10011 | 101010111 | 101010 | 1000011 |
Color Harmonies of #CE879B
Complementary color
Monochromatic Colors of #CE879B
Black with #CE879B
Text Example
Text Example
White with #CE879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE879B; }
p { color: rgb(206,135,155); }
H1.HeaderClassName
{
color: #CE879B;
}
.AnyTagClassName
{
color: #CE879B;
}
</style>
background-color css
<style>
a { background-color: #CE879B; }
a { background-color: rgb(206,135,155); }
div.DivClassName
{
background-color: #CE879B;
}
.BgClassName
{
background-color: #CE879B;
}
</style>
border-color css
<style>
span { border-color: #CE879B; }
span { border-color: rgb(206,135,155); }
td.TdClassName
{
border-color: #CE879B;
}
.TagClassName
{
border-color: #CE879B;
}
</style>