Html Css Color HEX #CD9E5B Apache

📋 copy color: '#CD9E5B'

red 205 ◦ green 158 ◦ blue 91

#CD9E5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #CD9E5B

Tints of Apache #CD9E5B

RGB

 RED value IS 205 (80.47% from 255) = 45.15%

 GREEN value IS 158 (62.11% from 255) = 34.8%

 BLUE value IS 91 (35.94% from 255) = 20.04%

R = 45.15%
G = 34.8%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD9E5B (or 0xCD9E5B) is known color: Apache. HEX triplet: CD, 9E and 5B. RGB value is (205,158,91). Sum of RGB (Red+Green+Blue) = 205+158+91=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9E5B is #3261A4. Grayscale: #A4A4A4. Windows color (decimal): -3301797 or 6004429. OLE color: 6004429.

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

Color convert

RGB 205 158 91 -
CMYK 0 0.23 0.56 0.20
HSL 35.26º 0.53% 0.58% -
HSV(B) 35.26º 0.56% 0.8% -
XYZ 39.29 38.19 15.2 -
YUV 164.42 86.57 156.95 -
System Red Green Blue C M Y K H S L
Decimal 205 158 91 0 0.23 0.56 0.20 35.26 0.53 0.58
Hex CD 9E 5B 0 17 38 14 23 35 3A
Octal 315 236 133 0 27 70 24 43 65 72
Binary 11001101 10011110 1011011 0 10111 111000 10100 100011 110101 111010

Color Harmonies of #CD9E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9E5B

Black with #CD9E5B

Text Example


Text Example

White with #CD9E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9E5B; }

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

 H1.HeaderClassName
 {
   color: #CD9E5B;
 }
 .AnyTagClassName
 {
   color: #CD9E5B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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