Html Css Color HEX #CD9E5E Apache

📋 copy color: '#CD9E5E'

red 205 ◦ green 158 ◦ blue 94

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

Shades of Apache #CD9E5E

Tints of Apache #CD9E5E

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 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

#CD9E5E (or 0xCD9E5E) is known color: 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

RGB 205 158 94 -
CMYK 0 0.23 0.54 0.20
HSL 34.59º 0.53% 0.59% -
HSV(B) 34.59º 0.54% 0.8% -
XYZ 39.42 38.24 15.89 -
YUV 164.76 88.07 156.7 -
System Red Green Blue C M Y K H S L
Decimal 205 158 94 0 0.23 0.54 0.20 34.59 0.53 0.59
Hex CD 9E 5E 0 17 36 14 23 35 3B
Octal 315 236 136 0 27 66 24 43 65 73
Binary 11001101 10011110 1011110 0 10111 110110 10100 100011 110101 111011

Color Harmonies of #CD9E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9E5E

Black with #CD9E5E

Text Example


Text Example

White with #CD9E5E

Text Example


Text Example

HTML Codes & Css Web 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>