Html Css Color HEX #CBB196 Vanilla

📋 copy color: '#CBB196'

red 203 ◦ green 177 ◦ blue 150

#CBB196
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vanilla #CBB196

Tints of Vanilla #CBB196

RGB

 RED value IS 203 (79.69% from 255) = 38.3%

 GREEN value IS 177 (69.53% from 255) = 33.4%

 BLUE value IS 150 (58.98% from 255) = 28.3%

R = 38.3%
G = 33.4%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CBB196 (or 0xCBB196) is known color: 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

RGB 203 177 150 -
CMYK 0 0.13 0.26 0.20
HSL 30.57º 0.34% 0.69% -
HSV(B) 30.57º 0.26% 0.8% -
XYZ 45.86 46.34 35.38 -
YUV 181.7 110.11 143.2 -
System Red Green Blue C M Y K H S L
Decimal 203 177 150 0 0.13 0.26 0.20 30.57 0.34 0.69
Hex CB B1 96 0 D 1A 14 1F 22 45
Octal 313 261 226 0 15 32 24 37 42 105
Binary 11001011 10110001 10010110 0 1101 11010 10100 11111 100010 1000101

Color Harmonies of #CBB196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB196

Black with #CBB196

Text Example


Text Example

White with #CBB196

Text Example


Text Example

HTML Codes & Css Web 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>