Html Css Color HEX #CEB394 Vanilla

📋 copy color: '#CEB394'

red 206 ◦ green 179 ◦ blue 148

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

Shades of Vanilla #CEB394

Tints of Vanilla #CEB394

RGB

 RED value IS 206 (80.86% from 255) = 38.65%

 GREEN value IS 179 (70.31% from 255) = 33.58%

 BLUE value IS 148 (58.2% from 255) = 27.77%

R = 38.65%
G = 33.58%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CEB394 (or 0xCEB394) is known color: Vanilla. HEX triplet: CE, B3 and 94. RGB value is (206,179,148). Sum of RGB (Red+Green+Blue) = 206+179+148=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB394 is #314C6B. Grayscale: #B7B7B7. Windows color (decimal): -3230828 or 9745358. OLE color: 9745358.

HSL color Cylindrical-coordinate representation of color #CEB394: hue angle of 32.07º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEB394 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 179 148 -
CMYK 0 0.13 0.28 0.19
HSL 32.07º 0.37% 0.69% -
HSV(B) 32.07º 0.28% 0.81% -
XYZ 46.92 47.5 34.71 -
YUV 183.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 206 179 148 0 0.13 0.28 0.19 32.07 0.37 0.69
Hex CE B3 94 0 D 1C 13 20 25 45
Octal 316 263 224 0 15 34 23 40 45 105
Binary 11001110 10110011 10010100 0 1101 11100 10011 100000 100101 1000101

Color Harmonies of #CEB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB394

Black with #CEB394

Text Example


Text Example

White with #CEB394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB394; }

 p { color: rgb(206,179,148); }

 H1.HeaderClassName
 {
   color: #CEB394;
 }
 .AnyTagClassName
 {
   color: #CEB394;
 }
</style>

background-color css

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

 a { background-color: rgb(206,179,148); }

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

border-color css

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

 span { border-color: rgb(206,179,148); }

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