Html Css Color HEX #CEB695 Vanilla

📋 copy color: '#CEB695'

red 206 ◦ green 182 ◦ blue 149

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

Shades of Vanilla #CEB695

Tints of Vanilla #CEB695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.75%

R = 38.36%
G = 33.89%
B = 27.75%

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

#CEB695 (or 0xCEB695) is known color: Vanilla. HEX triplet: CE, B6 and 95. RGB value is (206,182,149). Sum of RGB (Red+Green+Blue) = 206+182+149=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB695 is #31496A. Grayscale: #B9B9B9. Windows color (decimal): -3230059 or 9811662. OLE color: 9811662.

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

Color convert

RGB 206 182 149 -
CMYK 0 0.12 0.28 0.19
HSL 34.74º 0.37% 0.7% -
HSV(B) 34.74º 0.28% 0.81% -
XYZ 47.61 48.75 35.33 -
YUV 185.41 107.45 142.68 -
System Red Green Blue C M Y K H S L
Decimal 206 182 149 0 0.12 0.28 0.19 34.74 0.37 0.7
Hex CE B6 95 0 C 1C 13 23 25 46
Octal 316 266 225 0 14 34 23 43 45 106
Binary 11001110 10110110 10010101 0 1100 11100 10011 100011 100101 1000110

Color Harmonies of #CEB695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB695

Black with #CEB695

Text Example


Text Example

White with #CEB695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB695; }

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

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

background-color css

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

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

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

border-color css

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

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

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