#CEA85D

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

Shades of Apache #CEA85D

Tints of Apache #CEA85D

Color information

#CEA85D (or 0xCEA85D) is unknown color: approx Apache. HEX triplet: CE, A8 and 5D. RGB value is (206,168,93). Sum of RGB (Red+Green+Blue) = 206+168+93=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA85D is #3157A2. Grayscale: #ABABAB. Windows color (decimal): -3233699 or 6138062. OLE color: 6138062.

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

Color convert

RGB20616893-
CMYK00.180.550.19
HSL39.82º53.55%58.63%-
HSV(B)39.82º54.85%80.78%-
XYZ41.4341.9216.26-
YUV170.8184.09153.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.11%
GREEN value IS 168 (66.02% from 255) = 35.97%
BLUE value IS 93 (36.72% from 255) = 19.91%
R=44.11%
G=35.97%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061689300.180.550.1939.8253.5558.63
HexCEA85D012371328363b
Octal3162501350226723506673
Binary1100111010101000101110101001011011110011101000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA85D; }

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

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

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

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

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

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

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

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