#CEA75D

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

Shades of Apache #CEA75D

Tints of Apache #CEA75D

Color information

#CEA75D (or 0xCEA75D) is unknown color: approx Apache. HEX triplet: CE, A7 and 5D. RGB value is (206,167,93). Sum of RGB (Red+Green+Blue) = 206+167+93=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA75D is #3158A2. Grayscale: #AAAAAA. Windows color (decimal): -3233955 or 6137806. OLE color: 6137806.

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

Color convert

RGB20616793-
CMYK00.190.550.19
HSL39.29º53.55%58.63%-
HSV(B)39.29º54.85%80.78%-
XYZ41.2541.5516.2-
YUV170.2284.42153.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.21%
GREEN value IS 167 (65.62% from 255) = 35.84%
BLUE value IS 93 (36.72% from 255) = 19.96%
R=44.21%
G=35.84%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061679300.190.550.1939.2953.5558.63
HexCEA75D013371327363b
Octal3162471350236723476673
Binary1100111010100111101110101001111011110011100111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA75D; }

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

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

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

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

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

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

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

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