#CDBA9D

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

Shades of Vanilla #CDBA9D

Tints of Vanilla #CDBA9D

Color information

#CDBA9D (or 0xCDBA9D) is unknown color: approx Vanilla. HEX triplet: CD, BA and 9D. RGB value is (205,186,157). Sum of RGB (Red+Green+Blue) = 205+186+157=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBA9D is #324562. Grayscale: #BCBCBC. Windows color (decimal): -3294563 or 10336973. OLE color: 10336973.

HSL color Cylindrical-coordinate representation of color #CDBA9D: hue angle of 36.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDBA9D is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB205186157-
CMYK00.090.230.20
HSL36.25º32.43%70.98%-
HSV(B)36.25º23.41%80.39%-
XYZ48.8250.5339.08-
YUV188.37110.29139.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 186 (73.05% from 255) = 33.94%
BLUE value IS 157 (61.72% from 255) = 28.65%
R=37.41%
G=33.94%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518615700.090.230.2036.2532.4370.98
HexCDBA9D091714242047
Octal31527223501127244440107
Binary1100110110111010100111010100110111101001001001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBA9D; }

 p { color: rgb(205,186,157); }

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

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

 a { background-color: rgb(205,186,157); }

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

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

 span { border-color: rgb(205,186,157); }

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