#CBB49B

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

Shades of Vanilla #CBB49B

Tints of Vanilla #CBB49B

Color information

#CBB49B (or 0xCBB49B) is unknown color: approx Vanilla. HEX triplet: CB, B4 and 9B. RGB value is (203,180,155). Sum of RGB (Red+Green+Blue) = 203+180+155=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB49B is #344B64. Grayscale: #B8B8B8. Windows color (decimal): -3427173 or 10204363. OLE color: 10204363.

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

Color convert

RGB203180155-
CMYK00.110.240.20
HSL31.25º31.58%70.2%-
HSV(B)31.25º23.65%79.61%-
XYZ46.8747.7137.75-
YUV184.03111.62141.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 155 (60.94% from 255) = 28.81%
R=37.73%
G=33.46%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318015500.110.240.2031.2531.5870.2
HexCBB49B0B18141f2046
Octal31326423301330243740106
Binary110010111011010010011011010111100010100111111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB49B; }

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

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

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

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

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

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

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

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