#CD9E5E

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

Shades of Apache #CD9E5E

Tints of Apache #CD9E5E

Color information

#CD9E5E (or 0xCD9E5E) is unknown color: approx Apache. HEX triplet: CD, 9E and 5E. RGB value is (205,158,94). Sum of RGB (Red+Green+Blue) = 205+158+94=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9E5E is #3261A1. Grayscale: #A5A5A5. Windows color (decimal): -3301794 or 6201037. OLE color: 6201037.

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

Color convert

RGB20515894-
CMYK00.230.540.20
HSL34.59º52.61%58.63%-
HSV(B)34.59º54.15%80.39%-
XYZ39.4238.2415.89-
YUV164.7688.07156.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 158 (62.11% from 255) = 34.57%
BLUE value IS 94 (37.11% from 255) = 20.57%
R=44.86%
G=34.57%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051589400.230.540.2034.5952.6158.63
HexCD9E5E017361423353b
Octal3152361360276624436573
Binary1100110110011110101111001011111011010100100011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9E5E; }

 p { color: rgb(205,158,94); }

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

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

 a { background-color: rgb(205,158,94); }

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

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

 span { border-color: rgb(205,158,94); }

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