#CEA986

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

Shades of Cameo #CEA986

Tints of Cameo #CEA986

Color information

#CEA986 (or 0xCEA986) is unknown color: approx Cameo. HEX triplet: CE, A9 and 86. RGB value is (206,169,134). Sum of RGB (Red+Green+Blue) = 206+169+134=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA986 is #315679. Grayscale: #B0B0B0. Windows color (decimal): -3233402 or 8825294. OLE color: 8825294.

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

Color convert

RGB206169134-
CMYK00.180.350.19
HSL29.17º42.35%66.67%-
HSV(B)29.17º34.95%80.78%-
XYZ43.9443.2228.58-
YUV176.07104.26149.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 134 (52.73% from 255) = 26.33%
R=40.47%
G=33.20%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616913400.180.350.1929.1742.3566.67
HexCEA98601223131d2a43
Octal31625120602243233552103
Binary11001110101010011000011001001010001110011111011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA986; }

 p { color: rgb(206,169,134); }

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

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

 a { background-color: rgb(206,169,134); }

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

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

 span { border-color: rgb(206,169,134); }

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