Html Css Color HEX #C9B379 Ecru

📋 copy color: '#C9B379'

red 201 ◦ green 179 ◦ blue 121

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

Shades of Ecru #C9B379

Tints of Ecru #C9B379

RGB

 RED value IS 201 (78.91% from 255) = 40.12%

 GREEN value IS 179 (70.31% from 255) = 35.73%

 BLUE value IS 121 (47.66% from 255) = 24.15%

R = 40.12%
G = 35.73%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C9B379 (or 0xC9B379) is known color: Ecru. HEX triplet: C9, B3 and 79. RGB value is (201,179,121). Sum of RGB (Red+Green+Blue) = 201+179+121=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B379 is #364C86. Grayscale: #B3B3B3. Windows color (decimal): -3558535 or 7975881. OLE color: 7975881.

HSL color Cylindrical-coordinate representation of color #C9B379: hue angle of 43.5º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9B379 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 179 121 -
CMYK 0 0.11 0.40 0.21
HSL 43.5º 0.43% 0.63% -
HSV(B) 43.5º 0.4% 0.79% -
XYZ 43.66 46.04 24.67 -
YUV 178.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 201 179 121 0 0.11 0.40 0.21 43.5 0.43 0.63
Hex C9 B3 79 0 B 28 15 2C 2B 3F
Octal 311 263 171 0 13 50 25 54 53 77
Binary 11001001 10110011 1111001 0 1011 101000 10101 101100 101011 111111

Color Harmonies of #C9B379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B379

Black with #C9B379

Text Example


Text Example

White with #C9B379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B379; }

 p { color: rgb(201,179,121); }

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

background-color css

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

 a { background-color: rgb(201,179,121); }

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

border-color css

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

 span { border-color: rgb(201,179,121); }

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