#CEA681

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

Shades of Cameo #CEA681

Tints of Cameo #CEA681

Color information

#CEA681 (or 0xCEA681) is unknown color: approx Cameo. HEX triplet: CE, A6 and 81. RGB value is (206,166,129). Sum of RGB (Red+Green+Blue) = 206+166+129=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA681 is #31597E. Grayscale: #ADADAD. Windows color (decimal): -3234175 or 8496846. OLE color: 8496846.

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

Color convert

RGB206166129-
CMYK00.190.370.19
HSL28.83º44%65.69%-
HSV(B)28.83º37.38%80.78%-
XYZ43.0541.9826.6-
YUV173.74102.75151.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 166 (65.23% from 255) = 33.13%
BLUE value IS 129 (50.78% from 255) = 25.75%
R=41.12%
G=33.13%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616612900.190.370.1928.834465.69
HexCEA68101325131d2c42
Octal31624620102345233554102
Binary11001110101001101000000101001110010110011111011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA681; }

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

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

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

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

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

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

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

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