Html Css Color HEX #CEB694 Vanilla

📋 copy color: '#CEB694'

red 206 ◦ green 182 ◦ blue 148

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

Shades of Vanilla #CEB694

Tints of Vanilla #CEB694

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.96%

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

R = 38.43%
G = 33.96%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CEB694 (or 0xCEB694) is known color: Vanilla. HEX triplet: CE, B6 and 94. RGB value is (206,182,148). Sum of RGB (Red+Green+Blue) = 206+182+148=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB694 is #31496B. Grayscale: #B9B9B9. Windows color (decimal): -3230060 or 9746126. OLE color: 9746126.

HSL color Cylindrical-coordinate representation of color #CEB694: hue angle of 35.17º 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 #CEB694 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 182 148 -
CMYK 0 0.12 0.28 0.19
HSL 35.17º 0.37% 0.69% -
HSV(B) 35.17º 0.28% 0.81% -
XYZ 47.53 48.72 34.92 -
YUV 185.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 206 182 148 0 0.12 0.28 0.19 35.17 0.37 0.69
Hex CE B6 94 0 C 1C 13 23 25 45
Octal 316 266 224 0 14 34 23 43 45 105
Binary 11001110 10110110 10010100 0 1100 11100 10011 100011 100101 1000101

Color Harmonies of #CEB694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB694

Black with #CEB694

Text Example


Text Example

White with #CEB694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB694; }

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

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

background-color css

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

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

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

border-color css

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

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

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