#CEA45C

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

Shades of Apache #CEA45C

Tints of Apache #CEA45C

Color information

#CEA45C (or 0xCEA45C) is unknown color: approx Apache. HEX triplet: CE, A4 and 5C. RGB value is (206,164,92). Sum of RGB (Red+Green+Blue) = 206+164+92=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA45C is #315BA3. Grayscale: #A8A8A8. Windows color (decimal): -3234724 or 6071502. OLE color: 6071502.

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

Color convert

RGB20616492-
CMYK00.200.550.19
HSL37.89º53.77%58.43%-
HSV(B)37.89º55.34%80.78%-
XYZ40.6640.4515.79-
YUV168.3584.91154.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.59%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 92 (36.33% from 255) = 19.91%
R=44.59%
G=35.50%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061649200.200.550.1937.8953.7758.43
HexCEA45C014371326363a
Octal3162441340246723466672
Binary1100111010100100101110001010011011110011100110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA45C; }

 p { color: rgb(206,164,92); }

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

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

 a { background-color: rgb(206,164,92); }

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

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

 span { border-color: rgb(206,164,92); }

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