#CEA460

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

Shades of Apache #CEA460

Tints of Apache #CEA460

Color information

#CEA460 (or 0xCEA460) is unknown color: approx Apache. HEX triplet: CE, A4 and 60. RGB value is (206,164,96). Sum of RGB (Red+Green+Blue) = 206+164+96=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA460 is #315B9F. Grayscale: #A9A9A9. Windows color (decimal): -3234720 or 6333646. OLE color: 6333646.

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

Color convert

RGB20616496-
CMYK00.200.530.19
HSL37.09º52.88%59.22%-
HSV(B)37.09º53.4%80.78%-
XYZ40.8440.5216.73-
YUV168.8186.91154.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.21%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=44.21%
G=35.19%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061649600.200.530.1937.0952.8859.22
HexCEA460014351325353b
Octal3162441400246523456573
Binary1100111010100100110000001010011010110011100101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA460; }

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

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

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

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

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

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

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

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