Shades of Puce #CE8298
Tints of Puce #CE8298
RGB
CMYK
RGB Variations
Color information
#CE8298 (or 0xCE8298) is known color: Puce. HEX triplet: CE, 82 and 98. RGB value is (206,130,152). Sum of RGB (Red+Green+Blue) = 206+130+152=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8298 is #317D67. Grayscale: #9B9B9B. Windows color (decimal): -3243368 or 9994958. OLE color: 9994958.
HSL color Cylindrical-coordinate representation of color #CE8298: hue angle of 342.63º 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 #CE8298 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 152 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.19 |
| HSL | 342.63º | 0.44% | 0.66% | - |
| HSV(B) | 342.63º | 0.37% | 0.81% | - |
| XYZ | 39.1 | 31.35 | 33.7 | - |
| YUV | 155.23 | 126.18 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 152 | 0 | 0.37 | 0.26 | 0.19 | 342.63 | 0.44 | 0.66 |
| Hex | CE | 82 | 98 | 0 | 25 | 1A | 13 | 157 | 2C | 42 |
| Octal | 316 | 202 | 230 | 0 | 45 | 32 | 23 | 527 | 54 | 102 |
| Binary | 11001110 | 10000010 | 10011000 | 0 | 100101 | 11010 | 10011 | 101010111 | 101100 | 1000010 |
Color Harmonies of #CE8298
Complementary color
Monochromatic Colors of #CE8298
Black with #CE8298
Text Example
Text Example
White with #CE8298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8298; }
p { color: rgb(206,130,152); }
H1.HeaderClassName
{
color: #CE8298;
}
.AnyTagClassName
{
color: #CE8298;
}
</style>
background-color css
<style>
a { background-color: #CE8298; }
a { background-color: rgb(206,130,152); }
div.DivClassName
{
background-color: #CE8298;
}
.BgClassName
{
background-color: #CE8298;
}
</style>
border-color css
<style>
span { border-color: #CE8298; }
span { border-color: rgb(206,130,152); }
td.TdClassName
{
border-color: #CE8298;
}
.TagClassName
{
border-color: #CE8298;
}
</style>