Html Css Color HEX #CEB696 Vanilla

📋 copy color: '#CEB696'

red 206 ◦ green 182 ◦ blue 150

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

Shades of Vanilla #CEB696

Tints of Vanilla #CEB696

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 value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

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

RGB 206 182 150 -
CMYK 0 0.12 0.27 0.19
HSL 34.29º 0.36% 0.7% -
HSV(B) 34.29º 0.27% 0.81% -
XYZ 47.69 48.78 35.76 -
YUV 185.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 206 182 150 0 0.12 0.27 0.19 34.29 0.36 0.7
Hex CE B6 96 0 C 1B 13 22 24 46
Octal 316 266 226 0 14 33 23 42 44 106
Binary 11001110 10110110 10010110 0 1100 11011 10011 100010 100100 1000110

Color Harmonies of #CEB696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB696

Black with #CEB696

Text Example


Text Example

White with #CEB696

Text Example


Text Example

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