#CEA866

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

Shades of Apache #CEA866

Tints of Apache #CEA866

Color information

#CEA866 (or 0xCEA866) is unknown color: approx Apache. HEX triplet: CE, A8 and 66. RGB value is (206,168,102). Sum of RGB (Red+Green+Blue) = 206+168+102=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA866 is #315799. Grayscale: #ACACAC. Windows color (decimal): -3233690 or 6727886. OLE color: 6727886.

HSL color Cylindrical-coordinate representation of color #CEA866: hue angle of 38.08º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEA866 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB206168102-
CMYK00.180.500.19
HSL38.08º51.49%60.39%-
HSV(B)38.08º50.49%80.78%-
XYZ41.8542.0918.49-
YUV171.8488.59152.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.28%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 102 (40.23% from 255) = 21.43%
R=43.28%
G=35.29%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616810200.180.500.1938.0851.4960.39
HexCEA866012321326333c
Octal3162501460226223466374
Binary1100111010101000110011001001011001010011100110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA866; }

 p { color: rgb(206,168,102); }

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

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

 a { background-color: rgb(206,168,102); }

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

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

 span { border-color: rgb(206,168,102); }

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