#CEA688

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

Shades of Cameo #CEA688

Tints of Cameo #CEA688

Color information

#CEA688 (or 0xCEA688) is unknown color: approx Cameo. HEX triplet: CE, A6 and 88. RGB value is (206,166,136). Sum of RGB (Red+Green+Blue) = 206+166+136=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA688 is #315977. Grayscale: #AEAEAE. Windows color (decimal): -3234168 or 8955598. OLE color: 8955598.

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

Color convert

RGB206166136-
CMYK00.190.340.19
HSL25.71º41.67%67.06%-
HSV(B)25.71º33.98%80.78%-
XYZ43.5342.1729.14-
YUV174.54106.25150.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 166 (65.23% from 255) = 32.68%
BLUE value IS 136 (53.52% from 255) = 26.77%
R=40.55%
G=32.68%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616613600.190.340.1925.7141.6767.06
HexCEA68801322131a2a43
Octal31624621002342233252103
Binary11001110101001101000100001001110001010011110101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA688; }

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

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

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

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

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

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

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

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