#CDB497

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

Shades of Vanilla #CDB497

Tints of Vanilla #CDB497

Color information

#CDB497 (or 0xCDB497) is unknown color: approx Vanilla. HEX triplet: CD, B4 and 97. RGB value is (205,180,151). Sum of RGB (Red+Green+Blue) = 205+180+151=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB497 is #324B68. Grayscale: #B8B8B8. Windows color (decimal): -3296105 or 9942221. OLE color: 9942221.

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

Color convert

RGB205180151-
CMYK00.120.260.20
HSL32.22º35.06%69.8%-
HSV(B)32.22º26.34%80.39%-
XYZ47.0847.8636.03-
YUV184.17109.28142.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.25%
GREEN value IS 180 (70.70% from 255) = 33.58%
BLUE value IS 151 (59.38% from 255) = 28.17%
R=38.25%
G=33.58%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518015100.120.260.2032.2235.0669.8
HexCDB4970C1A14202346
Octal31526422701432244043106
Binary1100110110110100100101110110011010101001000001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB497; }

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

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

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

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

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

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

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

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