Html Css Color HEX #CD9D5E Apache

📋 copy color: '#CD9D5E'

red 205 ◦ green 157 ◦ blue 94

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

Shades of Apache #CD9D5E

Tints of Apache #CD9D5E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.43%

 BLUE value IS 94 (37.11% from 255) = 20.61%

R = 44.96%
G = 34.43%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD9D5E (or 0xCD9D5E) is known color: Apache. HEX triplet: CD, 9D and 5E. RGB value is (205,157,94). Sum of RGB (Red+Green+Blue) = 205+157+94=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9D5E is #3262A1. Grayscale: #A4A4A4. Windows color (decimal): -3302050 or 6200781. OLE color: 6200781.

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

Color convert

RGB 205 157 94 -
CMYK 0 0.23 0.54 0.20
HSL 34.05º 0.53% 0.59% -
HSV(B) 34.05º 0.54% 0.8% -
XYZ 39.25 37.9 15.84 -
YUV 164.17 88.4 157.12 -
System Red Green Blue C M Y K H S L
Decimal 205 157 94 0 0.23 0.54 0.20 34.05 0.53 0.59
Hex CD 9D 5E 0 17 36 14 22 35 3B
Octal 315 235 136 0 27 66 24 42 65 73
Binary 11001101 10011101 1011110 0 10111 110110 10100 100010 110101 111011

Color Harmonies of #CD9D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9D5E

Black with #CD9D5E

Text Example


Text Example

White with #CD9D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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