#CEA465

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

Shades of Apache #CEA465

Tints of Apache #CEA465

Color information

#CEA465 (or 0xCEA465) is unknown color: approx Apache. HEX triplet: CE, A4 and 65. RGB value is (206,164,101). Sum of RGB (Red+Green+Blue) = 206+164+101=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA465 is #315B9A. Grayscale: #A9A9A9. Windows color (decimal): -3234715 or 6661326. OLE color: 6661326.

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

Color convert

RGB206164101-
CMYK00.200.510.19
HSL36º51.72%60.2%-
HSV(B)36º50.97%80.78%-
XYZ41.0840.6117.99-
YUV169.3889.41154.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.74%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 101 (39.84% from 255) = 21.44%
R=43.74%
G=34.82%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616410100.200.510.193651.7260.2
HexCEA465014331324343c
Octal3162441450246323446474
Binary1100111010100100110010101010011001110011100100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA465; }

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

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

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

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

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

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

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

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