#CEAC61

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

Shades of Apache #CEAC61

Tints of Apache #CEAC61

Color information

#CEAC61 (or 0xCEAC61) is unknown color: approx Apache. HEX triplet: CE, AC and 61. RGB value is (206,172,97). Sum of RGB (Red+Green+Blue) = 206+172+97=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAC61 is #31539E. Grayscale: #ADADAD. Windows color (decimal): -3232671 or 6401230. OLE color: 6401230.

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

Color convert

RGB20617297-
CMYK00.170.530.19
HSL41.28º52.66%59.41%-
HSV(B)41.28º52.91%80.78%-
XYZ42.3643.4917.47-
YUV173.6284.76151.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.37%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=43.37%
G=36.21%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061729700.170.530.1941.2852.6659.41
HexCEAC61011351329353b
Octal3162541410216523516573
Binary1100111010101100110000101000111010110011101001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAC61; }

 p { color: rgb(206,172,97); }

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

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

 a { background-color: rgb(206,172,97); }

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

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

 span { border-color: rgb(206,172,97); }

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