#CEAC60

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

Shades of Apache #CEAC60

Tints of Apache #CEAC60

Color information

#CEAC60 (or 0xCEAC60) is unknown color: approx Apache. HEX triplet: CE, AC and 60. RGB value is (206,172,96). Sum of RGB (Red+Green+Blue) = 206+172+96=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAC60 is #31539F. Grayscale: #ADADAD. Windows color (decimal): -3232672 or 6335694. OLE color: 6335694.

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

Color convert

RGB20617296-
CMYK00.170.530.19
HSL41.45º52.88%59.22%-
HSV(B)41.45º53.4%80.78%-
XYZ42.3243.4717.23-
YUV173.584.26151.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.46%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 96 (37.89% from 255) = 20.25%
R=43.46%
G=36.29%
B=20.25%

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
Decimal2061729600.170.530.1941.4552.8859.22
HexCEAC60011351329353b
Octal3162541400216523516573
Binary1100111010101100110000001000111010110011101001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAC60; }

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

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

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

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

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

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

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

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