#C9B49D

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

Shades of Vanilla #C9B49D

Tints of Vanilla #C9B49D

Color information

#C9B49D (or 0xC9B49D) is unknown color: approx Vanilla. HEX triplet: C9, B4 and 9D. RGB value is (201,180,157). Sum of RGB (Red+Green+Blue) = 201+180+157=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B49D is #364B62. Grayscale: #B7B7B7. Windows color (decimal): -3558243 or 10335433. OLE color: 10335433.

HSL color Cylindrical-coordinate representation of color #C9B49D: hue angle of 31.36º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9B49D is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB201180157-
CMYK00.100.220.21
HSL31.36º28.95%70.2%-
HSV(B)31.36º21.89%78.82%-
XYZ46.4947.4938.62-
YUV183.66112.96140.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 157 (61.72% from 255) = 29.18%
R=37.36%
G=33.46%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118015700.100.220.2131.3628.9570.2
HexC9B49D0A16151f1d46
Octal31126423501226253735106
Binary11001001101101001001110101010101101010111111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B49D; }

 p { color: rgb(201,180,157); }

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

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

 a { background-color: rgb(201,180,157); }

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

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

 span { border-color: rgb(201,180,157); }

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