#CBB49D

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

Shades of Vanilla #CBB49D

Tints of Vanilla #CBB49D

Color information

#CBB49D (or 0xCBB49D) is unknown color: approx Vanilla. HEX triplet: CB, B4 and 9D. RGB value is (203,180,157). Sum of RGB (Red+Green+Blue) = 203+180+157=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB49D is #344B62. Grayscale: #B8B8B8. Windows color (decimal): -3427171 or 10335435. OLE color: 10335435.

HSL color Cylindrical-coordinate representation of color #CBB49D: hue angle of 30º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBB49D is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB203180157-
CMYK00.110.230.20
HSL30º30.67%70.59%-
HSV(B)30º22.66%79.61%-
XYZ47.0447.7738.64-
YUV184.26112.62141.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.59%
GREEN value IS 180 (70.70% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 29.07%
R=37.59%
G=33.33%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318015700.110.230.203030.6770.59
HexCBB49D0B17141e1f47
Octal31326423501327243637107
Binary11001011101101001001110101011101111010011110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB49D; }

 p { color: rgb(203,180,157); }

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

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

 a { background-color: rgb(203,180,157); }

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

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

 span { border-color: rgb(203,180,157); }

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