Shades of Puce #CE83A2
Tints of Puce #CE83A2
RGB
CMYK
RGB Variations
Color information
#CE83A2 (or 0xCE83A2) is known color: Puce. HEX triplet: CE, 83 and A2. RGB value is (206,131,162). Sum of RGB (Red+Green+Blue) = 206+131+162=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE83A2 is #317C5D. Grayscale: #9C9C9C. Windows color (decimal): -3243102 or 10650574. OLE color: 10650574.
HSL color Cylindrical-coordinate representation of color #CE83A2: hue angle of 335.2º 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 #CE83A2 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 162 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.19 |
| HSL | 335.2º | 0.43% | 0.66% | - |
| HSV(B) | 335.2º | 0.36% | 0.81% | - |
| XYZ | 40.09 | 31.96 | 38.24 | - |
| YUV | 156.96 | 130.85 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 162 | 0 | 0.36 | 0.21 | 0.19 | 335.2 | 0.43 | 0.66 |
| Hex | CE | 83 | A2 | 0 | 24 | 15 | 13 | 14F | 2B | 42 |
| Octal | 316 | 203 | 242 | 0 | 44 | 25 | 23 | 517 | 53 | 102 |
| Binary | 11001110 | 10000011 | 10100010 | 0 | 100100 | 10101 | 10011 | 101001111 | 101011 | 1000010 |
Color Harmonies of #CE83A2
Complementary color
Monochromatic Colors of #CE83A2
Black with #CE83A2
Text Example
Text Example
White with #CE83A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE83A2; }
p { color: rgb(206,131,162); }
H1.HeaderClassName
{
color: #CE83A2;
}
.AnyTagClassName
{
color: #CE83A2;
}
</style>
background-color css
<style>
a { background-color: #CE83A2; }
a { background-color: rgb(206,131,162); }
div.DivClassName
{
background-color: #CE83A2;
}
.BgClassName
{
background-color: #CE83A2;
}
</style>
border-color css
<style>
span { border-color: #CE83A2; }
span { border-color: rgb(206,131,162); }
td.TdClassName
{
border-color: #CE83A2;
}
.TagClassName
{
border-color: #CE83A2;
}
</style>