#CEA95D

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

Shades of Apache #CEA95D

Tints of Apache #CEA95D

Color information

#CEA95D (or 0xCEA95D) is unknown color: approx Apache. HEX triplet: CE, A9 and 5D. RGB value is (206,169,93). Sum of RGB (Red+Green+Blue) = 206+169+93=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA95D is #3156A2. Grayscale: #ABABAB. Windows color (decimal): -3233443 or 6138318. OLE color: 6138318.

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

Color convert

RGB20616993-
CMYK00.180.550.19
HSL40.35º53.55%58.63%-
HSV(B)40.35º54.85%80.78%-
XYZ41.6242.2916.32-
YUV171.483.76152.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.02%
GREEN value IS 169 (66.41% from 255) = 36.11%
BLUE value IS 93 (36.72% from 255) = 19.87%
R=44.02%
G=36.11%
B=19.87%

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
Decimal2061699300.180.550.1940.3553.5558.63
HexCEA95D012371328363b
Octal3162511350226723506673
Binary1100111010101001101110101001011011110011101000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA95D; }

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

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

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

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

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

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

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

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