#CEA365

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

Shades of Apache #CEA365

Tints of Apache #CEA365

Color information

#CEA365 (or 0xCEA365) is unknown color: approx Apache. HEX triplet: CE, A3 and 65. RGB value is (206,163,101). Sum of RGB (Red+Green+Blue) = 206+163+101=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA365 is #315C9A. Grayscale: #A9A9A9. Windows color (decimal): -3234971 or 6661070. OLE color: 6661070.

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

Color convert

RGB206163101-
CMYK00.210.510.19
HSL35.43º51.72%60.2%-
HSV(B)35.43º50.97%80.78%-
XYZ40.940.2617.93-
YUV168.7989.75154.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.83%
GREEN value IS 163 (64.06% from 255) = 34.68%
BLUE value IS 101 (39.84% from 255) = 21.49%
R=43.83%
G=34.68%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616310100.210.510.1935.4351.7260.2
HexCEA365015331323343c
Octal3162431450256323436474
Binary1100111010100011110010101010111001110011100011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA365; }

 p { color: rgb(206,163,101); }

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

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

 a { background-color: rgb(206,163,101); }

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

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

 span { border-color: rgb(206,163,101); }

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