#ceb696

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

Shades of Vanilla #CEB696

Tints of Vanilla #CEB696

Color information

#CEB696 (or 0xCEB696) is unknown color: approx Vanilla. HEX triplet: CE, B6 and 96. RGB value is (206,182,150). Sum of RGB (Red+Green+Blue) = 206+182+150=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB696 is #314969. Grayscale: #B9B9B9. Windows color (decimal): -3230058 or 9877198. OLE color: 9877198.

HSL color Cylindrical-coordinate representation of color #CEB696: hue angle of 34.29º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEB696 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB206182150-
CMYK00.120.270.19
HSL34.29º36.36%69.8%-
HSV(B)34.29º27.18%80.78%-
XYZ47.6948.7835.76-
YUV185.53107.95142.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 182 (71.48% from 255) = 33.83%
BLUE value IS 150 (58.98% from 255) = 27.88%
R=38.29%
G=33.83%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618215000.120.270.1934.2936.3669.8
HexCEB6960C1B13222446
Octal31626622601433234244106
Binary1100111010110110100101100110011011100111000101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ceb696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ceb696; }

 p { color: rgb(206,182,150); }

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

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

 a { background-color: rgb(206,182,150); }

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

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

 span { border-color: rgb(206,182,150); }

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