#CEAA65

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

Shades of Apache #CEAA65

Tints of Apache #CEAA65

Color information

#CEAA65 (or 0xCEAA65) is unknown color: approx Apache. HEX triplet: CE, AA and 65. RGB value is (206,170,101). Sum of RGB (Red+Green+Blue) = 206+170+101=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA65 is #31559A. Grayscale: #ADADAD. Windows color (decimal): -3233179 or 6662862. OLE color: 6662862.

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

Color convert

RGB206170101-
CMYK00.170.510.19
HSL39.43º51.72%60.2%-
HSV(B)39.43º50.97%80.78%-
XYZ42.1842.8118.35-
YUV172.987.43151.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.19%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 101 (39.84% from 255) = 21.17%
R=43.19%
G=35.64%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617010100.170.510.1939.4351.7260.2
HexCEAA65011331327343c
Octal3162521450216323476474
Binary1100111010101010110010101000111001110011100111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA65; }

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

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

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

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

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

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

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

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