#CDB49A

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

Shades of Vanilla #CDB49A

Tints of Vanilla #CDB49A

Color information

#CDB49A (or 0xCDB49A) is unknown color: approx Vanilla. HEX triplet: CD, B4 and 9A. RGB value is (205,180,154). Sum of RGB (Red+Green+Blue) = 205+180+154=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB49A is #324B65. Grayscale: #B8B8B8. Windows color (decimal): -3296102 or 10138829. OLE color: 10138829.

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

Color convert

RGB205180154-
CMYK00.120.250.20
HSL30.59º33.77%70.39%-
HSV(B)30.59º24.88%80.39%-
XYZ47.3347.9537.33-
YUV184.51110.78142.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 154 (60.55% from 255) = 28.57%
R=38.03%
G=33.40%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518015400.120.250.2030.5933.7770.39
HexCDB49A0C19141f2246
Octal31526423201431243742106
Binary110011011011010010011010011001100110100111111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB49A; }

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

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

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

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

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

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

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

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