Shades of Puce #CE829A
Tints of Puce #CE829A
RGB
CMYK
RGB Variations
Color information
#CE829A (or 0xCE829A) is known color: Puce. HEX triplet: CE, 82 and 9A. RGB value is (206,130,154). Sum of RGB (Red+Green+Blue) = 206+130+154=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE829A is #317D65. Grayscale: #9B9B9B. Windows color (decimal): -3243366 or 10126030. OLE color: 10126030.
HSL color Cylindrical-coordinate representation of color #CE829A: hue angle of 341.05º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE829A is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 154 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.19 |
| HSL | 341.05º | 0.44% | 0.66% | - |
| HSV(B) | 341.05º | 0.37% | 0.81% | - |
| XYZ | 39.27 | 31.42 | 34.57 | - |
| YUV | 155.46 | 127.18 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 154 | 0 | 0.37 | 0.25 | 0.19 | 341.05 | 0.44 | 0.66 |
| Hex | CE | 82 | 9A | 0 | 25 | 19 | 13 | 155 | 2C | 42 |
| Octal | 316 | 202 | 232 | 0 | 45 | 31 | 23 | 525 | 54 | 102 |
| Binary | 11001110 | 10000010 | 10011010 | 0 | 100101 | 11001 | 10011 | 101010101 | 101100 | 1000010 |
Color Harmonies of #CE829A
Complementary color
Monochromatic Colors of #CE829A
Black with #CE829A
Text Example
Text Example
White with #CE829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE829A; }
p { color: rgb(206,130,154); }
H1.HeaderClassName
{
color: #CE829A;
}
.AnyTagClassName
{
color: #CE829A;
}
</style>
background-color css
<style>
a { background-color: #CE829A; }
a { background-color: rgb(206,130,154); }
div.DivClassName
{
background-color: #CE829A;
}
.BgClassName
{
background-color: #CE829A;
}
</style>
border-color css
<style>
span { border-color: #CE829A; }
span { border-color: rgb(206,130,154); }
td.TdClassName
{
border-color: #CE829A;
}
.TagClassName
{
border-color: #CE829A;
}
</style>