Shades of Puce #CE838B
Tints of Puce #CE838B
RGB
CMYK
RGB Variations
Color information
#CE838B (or 0xCE838B) is known color: Puce. HEX triplet: CE, 83 and 8B. RGB value is (206,131,139). Sum of RGB (Red+Green+Blue) = 206+131+139=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE838B is #317C74. Grayscale: #9A9A9A. Windows color (decimal): -3243125 or 9143246. OLE color: 9143246.
HSL color Cylindrical-coordinate representation of color #CE838B: hue angle of 353.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE838B is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 139 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.19 |
| HSL | 353.6º | 0.43% | 0.66% | - |
| HSV(B) | 353.6º | 0.36% | 0.81% | - |
| XYZ | 38.23 | 31.22 | 28.44 | - |
| YUV | 154.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 139 | 0 | 0.36 | 0.33 | 0.19 | 353.6 | 0.43 | 0.66 |
| Hex | CE | 83 | 8B | 0 | 24 | 21 | 13 | 162 | 2B | 42 |
| Octal | 316 | 203 | 213 | 0 | 44 | 41 | 23 | 542 | 53 | 102 |
| Binary | 11001110 | 10000011 | 10001011 | 0 | 100100 | 100001 | 10011 | 101100010 | 101011 | 1000010 |
Color Harmonies of #CE838B
Complementary color
Monochromatic Colors of #CE838B
Black with #CE838B
Text Example
Text Example
White with #CE838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE838B; }
p { color: rgb(206,131,139); }
H1.HeaderClassName
{
color: #CE838B;
}
.AnyTagClassName
{
color: #CE838B;
}
</style>
background-color css
<style>
a { background-color: #CE838B; }
a { background-color: rgb(206,131,139); }
div.DivClassName
{
background-color: #CE838B;
}
.BgClassName
{
background-color: #CE838B;
}
</style>
border-color css
<style>
span { border-color: #CE838B; }
span { border-color: rgb(206,131,139); }
td.TdClassName
{
border-color: #CE838B;
}
.TagClassName
{
border-color: #CE838B;
}
</style>