#CEA15B

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

Shades of Apache #CEA15B

Tints of Apache #CEA15B

Color information

#CEA15B (or 0xCEA15B) is unknown color: approx Apache. HEX triplet: CE, A1 and 5B. RGB value is (206,161,91). Sum of RGB (Red+Green+Blue) = 206+161+91=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA15B is #315EA4. Grayscale: #A6A6A6. Windows color (decimal): -3235493 or 6005198. OLE color: 6005198.

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

Color convert

RGB20616191-
CMYK00.220.560.19
HSL36.52º53.99%58.24%-
HSV(B)36.52º55.83%80.78%-
XYZ40.0939.3715.38-
YUV166.4885.41156.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.98%
GREEN value IS 161 (63.28% from 255) = 35.15%
BLUE value IS 91 (35.94% from 255) = 19.87%
R=44.98%
G=35.15%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061619100.220.560.1936.5253.9958.24
HexCEA15B016381325363a
Octal3162411330267023456672
Binary1100111010100001101101101011011100010011100101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA15B; }

 p { color: rgb(206,161,91); }

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

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

 a { background-color: rgb(206,161,91); }

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

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

 span { border-color: rgb(206,161,91); }

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