#CD9E50

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

Shades of Apache #CD9E50

Tints of Apache #CD9E50

Color information

#CD9E50 (or 0xCD9E50) is unknown color: approx Apache. HEX triplet: CD, 9E and 50. RGB value is (205,158,80). Sum of RGB (Red+Green+Blue) = 205+158+80=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9E50 is #3261AF. Grayscale: #A3A3A3. Windows color (decimal): -3301808 or 5283533. OLE color: 5283533.

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

Color convert

RGB20515880-
CMYK00.230.610.20
HSL37.44º55.56%55.88%-
HSV(B)37.44º60.98%80.39%-
XYZ38.8538.0112.88-
YUV163.1681.07157.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 158 (62.11% from 255) = 35.67%
BLUE value IS 80 (31.64% from 255) = 18.06%
R=46.28%
G=35.67%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051588000.230.610.2037.4455.5655.88
HexCD9E500173D14253838
Octal3152361200277524457070
Binary1100110110011110101000001011111110110100100101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9E50; }

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

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

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

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

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

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

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

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