#CE9E88

Color #CE9E88 Cameo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cameo #CE9E88

Tints of Cameo #CE9E88

Color information

#CE9E88 (or 0xCE9E88) is unknown color: approx Cameo. HEX triplet: CE, 9E and 88. RGB value is (206,158,136). Sum of RGB (Red+Green+Blue) = 206+158+136=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E88 is #316177. Grayscale: #A9A9A9. Windows color (decimal): -3236216 or 8953550. OLE color: 8953550.

HSL color Cylindrical-coordinate representation of color #CE9E88: hue angle of 18.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE9E88 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB206158136-
CMYK00.230.340.19
HSL18.86º41.67%67.06%-
HSV(B)18.86º33.98%80.78%-
XYZ42.1239.3528.67-
YUV169.84108.9153.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 158 (62.11% from 255) = 31.6%
BLUE value IS 136 (53.52% from 255) = 27.2%
R=41.2%
G=31.6%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615813600.230.340.1918.8641.6767.06
HexCE9E880172213132a43
Octal31623621002742232352103
Binary11001110100111101000100001011110001010011100111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9E88; }

 p { color: rgb(206,158,136); }

 H1.HeaderClassName
 {
   color: #CE9E88;
 }
 .AnyTagClassName
 {
   color: #CE9E88;
 }
</style>
background-color css

<style>
 a { background-color: #CE9E88; }

 a { background-color: rgb(206,158,136); }

 div.DivClassName
 {
   background-color: #CE9E88;
 }
 .BgClassName
 {
   background-color: #CE9E88;
 }
</style>
border-color css

<style>
 span { border-color: #CE9E88; }

 span { border-color: rgb(206,158,136); }

 td.TdClassName
 {
   border-color: #CE9E88;
 }
 .TagClassName
 {
   border-color: #CE9E88;
 }
</style>