#CEA163

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

Shades of Apache #CEA163

Tints of Apache #CEA163

Color information

#CEA163 (or 0xCEA163) is unknown color: approx Apache. HEX triplet: CE, A1 and 63. RGB value is (206,161,99). Sum of RGB (Red+Green+Blue) = 206+161+99=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA163 is #315E9C. Grayscale: #A7A7A7. Windows color (decimal): -3235485 or 6529486. OLE color: 6529486.

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

Color convert

RGB20616199-
CMYK00.220.520.19
HSL34.77º52.2%59.8%-
HSV(B)34.77º51.94%80.78%-
XYZ40.4539.5117.3-
YUV167.3989.41155.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.21%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 99 (39.06% from 255) = 21.24%
R=44.21%
G=34.55%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061619900.220.520.1934.7752.259.8
HexCEA163016341323343c
Octal3162411430266423436474
Binary1100111010100001110001101011011010010011100011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA163; }

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

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

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

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

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

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

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

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