#CDB395

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

Shades of Vanilla #CDB395

Tints of Vanilla #CDB395

Color information

#CDB395 (or 0xCDB395) is unknown color: approx Vanilla. HEX triplet: CD, B3 and 95. RGB value is (205,179,149). Sum of RGB (Red+Green+Blue) = 205+179+149=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB395 is #324C6A. Grayscale: #B7B7B7. Windows color (decimal): -3296363 or 9810893. OLE color: 9810893.

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

Color convert

RGB205179149-
CMYK00.130.270.20
HSL32.14º35.9%69.41%-
HSV(B)32.14º27.32%80.39%-
XYZ46.7247.3935.12-
YUV183.35108.61143.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 179 (70.31% from 255) = 33.58%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=38.46%
G=33.58%
B=27.95%

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
Decimal20517914900.130.270.2032.1435.969.41
HexCDB3950D1B14202445
Octal31526322501533244044105
Binary1100110110110011100101010110111011101001000001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB395; }

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

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

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

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

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

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

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

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