#C9B17A

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

Shades of Ecru #C9B17A

Tints of Ecru #C9B17A

Color information

#C9B17A (or 0xC9B17A) is unknown color: approx Ecru. HEX triplet: C9, B1 and 7A. RGB value is (201,177,122). Sum of RGB (Red+Green+Blue) = 201+177+122=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B17A is #364E85. Grayscale: #B2B2B2. Windows color (decimal): -3559046 or 8040905. OLE color: 8040905.

HSL color Cylindrical-coordinate representation of color #C9B17A: hue angle of 41.77º 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 #C9B17A is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB201177122-
CMYK00.120.390.21
HSL41.77º42.25%63.33%-
HSV(B)41.77º39.3%78.82%-
XYZ43.3245.2724.87-
YUV177.9196.45144.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.2%
GREEN value IS 177 (69.53% from 255) = 35.4%
BLUE value IS 122 (48.05% from 255) = 24.4%
R=40.2%
G=35.4%
B=24.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117712200.120.390.2141.7742.2563.33
HexC9B17A0C27152a2a3f
Octal3112611720144725525277
Binary110010011011000111110100110010011110101101010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B17A; }

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

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

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

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

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

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

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

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