#CBB196

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

Shades of Vanilla #CBB196

Tints of Vanilla #CBB196

Color information

#CBB196 (or 0xCBB196) is unknown color: approx Vanilla. HEX triplet: CB, B1 and 96. RGB value is (203,177,150). Sum of RGB (Red+Green+Blue) = 203+177+150=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB196 is #344E69. Grayscale: #B5B5B5. Windows color (decimal): -3427946 or 9875915. OLE color: 9875915.

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

Color convert

RGB203177150-
CMYK00.130.260.20
HSL30.57º33.76%69.22%-
HSV(B)30.57º26.11%79.61%-
XYZ45.8646.3435.38-
YUV181.7110.11143.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 150 (58.98% from 255) = 28.30%
R=38.30%
G=33.40%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317715000.130.260.2030.5733.7669.22
HexCBB1960D1A141f2245
Octal31326122601532243742105
Binary110010111011000110010110011011101010100111111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB196; }

 p { color: rgb(203,177,150); }

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

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

 a { background-color: rgb(203,177,150); }

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

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

 span { border-color: rgb(203,177,150); }

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