#CEA766

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

Shades of Apache #CEA766

Tints of Apache #CEA766

Color information

#CEA766 (or 0xCEA766) is unknown color: approx Apache. HEX triplet: CE, A7 and 66. RGB value is (206,167,102). Sum of RGB (Red+Green+Blue) = 206+167+102=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA766 is #315899. Grayscale: #ABABAB. Windows color (decimal): -3233946 or 6727630. OLE color: 6727630.

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

Color convert

RGB206167102-
CMYK00.190.500.19
HSL37.5º51.49%60.39%-
HSV(B)37.5º50.49%80.78%-
XYZ41.6741.7218.43-
YUV171.2588.92152.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.37%
GREEN value IS 167 (65.62% from 255) = 35.16%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=43.37%
G=35.16%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616710200.190.500.1937.551.4960.39
HexCEA766013321326333c
Octal3162471460236223466374
Binary1100111010100111110011001001111001010011100110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA766; }

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

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

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

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

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

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

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

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