Shades of Puce #CE8A94
Tints of Puce #CE8A94
RGB
CMYK
RGB Variations
Color information
#CE8A94 (or 0xCE8A94) is known color: Puce. HEX triplet: CE, 8A and 94. RGB value is (206,138,148). Sum of RGB (Red+Green+Blue) = 206+138+148=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8A94 is #31756B. Grayscale: #9F9F9F. Windows color (decimal): -3241324 or 9734862. OLE color: 9734862.
HSL color Cylindrical-coordinate representation of color #CE8A94: hue angle of 351.18º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8A94 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 148 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.19 |
| HSL | 351.18º | 0.41% | 0.67% | - |
| HSV(B) | 351.18º | 0.33% | 0.81% | - |
| XYZ | 39.89 | 33.44 | 32.37 | - |
| YUV | 159.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 148 | 0 | 0.33 | 0.28 | 0.19 | 351.18 | 0.41 | 0.67 |
| Hex | CE | 8A | 94 | 0 | 21 | 1C | 13 | 15F | 29 | 43 |
| Octal | 316 | 212 | 224 | 0 | 41 | 34 | 23 | 537 | 51 | 103 |
| Binary | 11001110 | 10001010 | 10010100 | 0 | 100001 | 11100 | 10011 | 101011111 | 101001 | 1000011 |
Color Harmonies of #CE8A94
Complementary color
Monochromatic Colors of #CE8A94
Black with #CE8A94
Text Example
Text Example
White with #CE8A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A94; }
p { color: rgb(206,138,148); }
H1.HeaderClassName
{
color: #CE8A94;
}
.AnyTagClassName
{
color: #CE8A94;
}
</style>
background-color css
<style>
a { background-color: #CE8A94; }
a { background-color: rgb(206,138,148); }
div.DivClassName
{
background-color: #CE8A94;
}
.BgClassName
{
background-color: #CE8A94;
}
</style>
border-color css
<style>
span { border-color: #CE8A94; }
span { border-color: rgb(206,138,148); }
td.TdClassName
{
border-color: #CE8A94;
}
.TagClassName
{
border-color: #CE8A94;
}
</style>