#CEA260

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

Shades of Apache #CEA260

Tints of Apache #CEA260

Color information

#CEA260 (or 0xCEA260) is unknown color: approx Apache. HEX triplet: CE, A2 and 60. RGB value is (206,162,96). Sum of RGB (Red+Green+Blue) = 206+162+96=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA260 is #315D9F. Grayscale: #A7A7A7. Windows color (decimal): -3235232 or 6333134. OLE color: 6333134.

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

Color convert

RGB20616296-
CMYK00.210.530.19
HSL36º52.88%59.22%-
HSV(B)36º53.4%80.78%-
XYZ40.4939.8116.62-
YUV167.6387.58155.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.40%
GREEN value IS 162 (63.67% from 255) = 34.91%
BLUE value IS 96 (37.89% from 255) = 20.69%
R=44.40%
G=34.91%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061629600.210.530.193652.8859.22
HexCEA260015351324353b
Octal3162421400256523446573
Binary1100111010100010110000001010111010110011100100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA260; }

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

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

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

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

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

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

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

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