#CDB396

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

Shades of Vanilla #CDB396

Tints of Vanilla #CDB396

Color information

#CDB396 (or 0xCDB396) is unknown color: approx Vanilla. HEX triplet: CD, B3 and 96. RGB value is (205,179,150). Sum of RGB (Red+Green+Blue) = 205+179+150=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB396 is #324C69. Grayscale: #B7B7B7. Windows color (decimal): -3296362 or 9876429. OLE color: 9876429.

HSL color Cylindrical-coordinate representation of color #CDB396: hue angle of 31.64º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDB396 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB205179150-
CMYK00.130.270.20
HSL31.64º35.48%69.61%-
HSV(B)31.64º26.83%80.39%-
XYZ46.847.4235.54-
YUV183.47109.11143.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 179 (70.31% from 255) = 33.52%
BLUE value IS 150 (58.98% from 255) = 28.09%
R=38.39%
G=33.52%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517915000.130.270.2031.6435.4869.61
HexCDB3960D1B14202346
Octal31526322601533244043106
Binary1100110110110011100101100110111011101001000001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB396; }

 p { color: rgb(205,179,150); }

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

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

 a { background-color: rgb(205,179,150); }

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

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

 span { border-color: rgb(205,179,150); }

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