#CDBA9E

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

Shades of Vanilla #CDBA9E

Tints of Vanilla #CDBA9E

Color information

#CDBA9E (or 0xCDBA9E) is unknown color: approx Vanilla. HEX triplet: CD, BA and 9E. RGB value is (205,186,158). Sum of RGB (Red+Green+Blue) = 205+186+158=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBA9E is #324561. Grayscale: #BCBCBC. Windows color (decimal): -3294562 or 10402509. OLE color: 10402509.

HSL color Cylindrical-coordinate representation of color #CDBA9E: hue angle of 35.74º 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 #CDBA9E is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB205186158-
CMYK00.090.230.20
HSL35.74º31.97%71.18%-
HSV(B)35.74º22.93%80.39%-
XYZ48.9150.5739.53-
YUV188.49110.79139.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 158 (62.11% from 255) = 28.78%
R=37.34%
G=33.88%
B=28.78%

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
Decimal20518615800.090.230.2035.7431.9771.18
HexCDBA9E091714242047
Octal31527223601127244440107
Binary1100110110111010100111100100110111101001001001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBA9E; }

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

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

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

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

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

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

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

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