Shades of Puce #CE848A
Tints of Puce #CE848A
RGB
CMYK
RGB Variations
Color information
#CE848A (or 0xCE848A) is known color: Puce. HEX triplet: CE, 84 and 8A. RGB value is (206,132,138). Sum of RGB (Red+Green+Blue) = 206+132+138=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE848A is #317B75. Grayscale: #9A9A9A. Windows color (decimal): -3242870 or 9077966. OLE color: 9077966.
HSL color Cylindrical-coordinate representation of color #CE848A: hue angle of 355.14º 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 #CE848A is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 138 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.19 |
| HSL | 355.14º | 0.43% | 0.66% | - |
| HSV(B) | 355.14º | 0.36% | 0.81% | - |
| XYZ | 38.29 | 31.46 | 28.1 | - |
| YUV | 154.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 138 | 0 | 0.36 | 0.33 | 0.19 | 355.14 | 0.43 | 0.66 |
| Hex | CE | 84 | 8A | 0 | 24 | 21 | 13 | 163 | 2B | 42 |
| Octal | 316 | 204 | 212 | 0 | 44 | 41 | 23 | 543 | 53 | 102 |
| Binary | 11001110 | 10000100 | 10001010 | 0 | 100100 | 100001 | 10011 | 101100011 | 101011 | 1000010 |
Color Harmonies of #CE848A
Complementary color
Monochromatic Colors of #CE848A
Black with #CE848A
Text Example
Text Example
White with #CE848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE848A; }
p { color: rgb(206,132,138); }
H1.HeaderClassName
{
color: #CE848A;
}
.AnyTagClassName
{
color: #CE848A;
}
</style>
background-color css
<style>
a { background-color: #CE848A; }
a { background-color: rgb(206,132,138); }
div.DivClassName
{
background-color: #CE848A;
}
.BgClassName
{
background-color: #CE848A;
}
</style>
border-color css
<style>
span { border-color: #CE848A; }
span { border-color: rgb(206,132,138); }
td.TdClassName
{
border-color: #CE848A;
}
.TagClassName
{
border-color: #CE848A;
}
</style>