#CEA888

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

Shades of Cameo #CEA888

Tints of Cameo #CEA888

Color information

#CEA888 (or 0xCEA888) is unknown color: approx Cameo. HEX triplet: CE, A8 and 88. RGB value is (206,168,136). Sum of RGB (Red+Green+Blue) = 206+168+136=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA888 is #315777. Grayscale: #AFAFAF. Windows color (decimal): -3233656 or 8956110. OLE color: 8956110.

HSL color Cylindrical-coordinate representation of color #CEA888: hue angle of 27.43º 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 #CEA888 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB206168136-
CMYK00.180.340.19
HSL27.43º41.67%67.06%-
HSV(B)27.43º33.98%80.78%-
XYZ43.942.929.26-
YUV175.71105.59149.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 168 (66.02% from 255) = 32.94%
BLUE value IS 136 (53.52% from 255) = 26.67%
R=40.39%
G=32.94%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616813600.180.340.1927.4341.6767.06
HexCEA88801222131b2a43
Octal31625021002242233352103
Binary11001110101010001000100001001010001010011110111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA888; }

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

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

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

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

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

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

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

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