#CEA985

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

Shades of Cameo #CEA985

Tints of Cameo #CEA985

Color information

#CEA985 (or 0xCEA985) is unknown color: approx Cameo. HEX triplet: CE, A9 and 85. RGB value is (206,169,133). Sum of RGB (Red+Green+Blue) = 206+169+133=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA985 is #31567A. Grayscale: #B0B0B0. Windows color (decimal): -3233403 or 8759758. OLE color: 8759758.

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

Color convert

RGB206169133-
CMYK00.180.350.19
HSL29.59º42.69%66.47%-
HSV(B)29.59º35.44%80.78%-
XYZ43.8843.1928.21-
YUV175.96103.76149.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=40.55%
G=33.27%
B=26.18%

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
Decimal20616913300.180.350.1929.5942.6966.47
HexCEA98501223131e2b42
Octal31625120502243233653102
Binary11001110101010011000010101001010001110011111101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA985; }

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

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

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

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

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

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

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

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