#CEAB62

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

Shades of Apache #CEAB62

Tints of Apache #CEAB62

Color information

#CEAB62 (or 0xCEAB62) is unknown color: approx Apache. HEX triplet: CE, AB and 62. RGB value is (206,171,98). Sum of RGB (Red+Green+Blue) = 206+171+98=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB62 is #31549D. Grayscale: #ADADAD. Windows color (decimal): -3232926 or 6466510. OLE color: 6466510.

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

Color convert

RGB20617198-
CMYK00.170.520.19
HSL40.56º52.43%59.61%-
HSV(B)40.56º52.43%80.78%-
XYZ42.2243.1317.65-
YUV173.1485.6151.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.37%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 98 (38.67% from 255) = 20.63%
R=43.37%
G=36%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061719800.170.520.1940.5652.4359.61
HexCEAB62011341329343c
Octal3162531420216423516474
Binary1100111010101011110001001000111010010011101001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAB62; }

 p { color: rgb(206,171,98); }

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

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

 a { background-color: rgb(206,171,98); }

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

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

 span { border-color: rgb(206,171,98); }

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