#CE9D5F

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

Shades of Apache #CE9D5F

Tints of Apache #CE9D5F

Color information

#CE9D5F (or 0xCE9D5F) is unknown color: approx Apache. HEX triplet: CE, 9D and 5F. RGB value is (206,157,95). Sum of RGB (Red+Green+Blue) = 206+157+95=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9D5F is #3162A0. Grayscale: #A4A4A4. Windows color (decimal): -3236513 or 6266318. OLE color: 6266318.

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

Color convert

RGB20615795-
CMYK00.240.540.19
HSL33.51º53.11%59.02%-
HSV(B)33.51º53.88%80.78%-
XYZ39.5838.0616.09-
YUV164.5888.73157.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.98%
GREEN value IS 157 (61.72% from 255) = 34.28%
BLUE value IS 95 (37.5% from 255) = 20.74%
R=44.98%
G=34.28%
B=20.74%

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
Decimal2061579500.240.540.1933.5153.1159.02
HexCE9D5F018361322353b
Octal3162351370306623426573
Binary1100111010011101101111101100011011010011100010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9D5F; }

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

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

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

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

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

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

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

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