#CEA965

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

Shades of Apache #CEA965

Tints of Apache #CEA965

Color information

#CEA965 (or 0xCEA965) is unknown color: approx Apache. HEX triplet: CE, A9 and 65. RGB value is (206,169,101). Sum of RGB (Red+Green+Blue) = 206+169+101=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA965 is #31569A. Grayscale: #ACACAC. Windows color (decimal): -3233435 or 6662606. OLE color: 6662606.

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

Color convert

RGB206169101-
CMYK00.180.510.19
HSL38.86º51.72%60.2%-
HSV(B)38.86º50.97%80.78%-
XYZ41.9942.4418.29-
YUV172.3187.76152.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.28%
GREEN value IS 169 (66.41% from 255) = 35.50%
BLUE value IS 101 (39.84% from 255) = 21.22%
R=43.28%
G=35.50%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616910100.180.510.1938.8651.7260.2
HexCEA965012331327343c
Octal3162511450226323476474
Binary1100111010101001110010101001011001110011100111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA965; }

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

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

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

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

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

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

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

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