#CE9D5E

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

Shades of Apache #CE9D5E

Tints of Apache #CE9D5E

Color information

#CE9D5E (or 0xCE9D5E) is unknown color: approx Apache. HEX triplet: CE, 9D and 5E. RGB value is (206,157,94). Sum of RGB (Red+Green+Blue) = 206+157+94=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9D5E is #3162A1. Grayscale: #A4A4A4. Windows color (decimal): -3236514 or 6200782. OLE color: 6200782.

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

Color convert

RGB20615794-
CMYK00.240.540.19
HSL33.75º53.33%58.82%-
HSV(B)33.75º54.37%80.78%-
XYZ39.5338.0415.85-
YUV164.4788.23157.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.08%
GREEN value IS 157 (61.72% from 255) = 34.35%
BLUE value IS 94 (37.11% from 255) = 20.57%
R=45.08%
G=34.35%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061579400.240.540.1933.7553.3358.82
HexCE9D5E018361322353b
Octal3162351360306623426573
Binary1100111010011101101111001100011011010011100010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9D5E; }

 p { color: rgb(206,157,94); }

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

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

 a { background-color: rgb(206,157,94); }

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

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

 span { border-color: rgb(206,157,94); }

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