#C9B49E

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

Shades of Vanilla #C9B49E

Tints of Vanilla #C9B49E

Color information

#C9B49E (or 0xC9B49E) is unknown color: approx Vanilla. HEX triplet: C9, B4 and 9E. RGB value is (201,180,158). Sum of RGB (Red+Green+Blue) = 201+180+158=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B49E is #364B61. Grayscale: #B7B7B7. Windows color (decimal): -3558242 or 10400969. OLE color: 10400969.

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

Color convert

RGB201180158-
CMYK00.100.210.21
HSL30.7º28.48%70.39%-
HSV(B)30.7º21.39%78.82%-
XYZ46.5847.5339.07-
YUV183.77113.46140.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.29%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 158 (62.11% from 255) = 29.31%
R=37.29%
G=33.40%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118015800.100.210.2130.728.4870.39
HexC9B49E0A15151f1c46
Octal31126423601225253734106
Binary11001001101101001001111001010101011010111111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B49E; }

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

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

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

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

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

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

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

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