#C9B37A

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

Shades of Ecru #C9B37A

Tints of Ecru #C9B37A

Color information

#C9B37A (or 0xC9B37A) is unknown color: approx Ecru. HEX triplet: C9, B3 and 7A. RGB value is (201,179,122). Sum of RGB (Red+Green+Blue) = 201+179+122=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B37A is #364C85. Grayscale: #B3B3B3. Windows color (decimal): -3558534 or 8041417. OLE color: 8041417.

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

Color convert

RGB201179122-
CMYK00.110.390.21
HSL43.29º42.25%63.33%-
HSV(B)43.29º39.3%78.82%-
XYZ43.7246.0625-
YUV179.0895.79143.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.04%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 122 (48.05% from 255) = 24.30%
R=40.04%
G=35.66%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117912200.110.390.2143.2942.2563.33
HexC9B37A0B27152b2a3f
Octal3112631720134725535277
Binary110010011011001111110100101110011110101101011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B37A; }

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

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

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

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

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

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

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

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