#CDB495

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

Shades of Vanilla #CDB495

Tints of Vanilla #CDB495

Color information

#CDB495 (or 0xCDB495) is unknown color: approx Vanilla. HEX triplet: CD, B4 and 95. RGB value is (205,180,149). Sum of RGB (Red+Green+Blue) = 205+180+149=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB495 is #324B6A. Grayscale: #B8B8B8. Windows color (decimal): -3296107 or 9811149. OLE color: 9811149.

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

Color convert

RGB205180149-
CMYK00.120.270.20
HSL33.21º35.9%69.41%-
HSV(B)33.21º27.32%80.39%-
XYZ46.9247.7935.19-
YUV183.94108.28143.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 180 (70.70% from 255) = 33.71%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=38.39%
G=33.71%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518014900.120.270.2033.2135.969.41
HexCDB4950C1B14212445
Octal31526422501433244144105
Binary1100110110110100100101010110011011101001000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB495; }

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

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

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

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

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

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

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

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