#CEB69A

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

Shades of Vanilla #CEB69A

Tints of Vanilla #CEB69A

Color information

#CEB69A (or 0xCEB69A) is unknown color: approx Vanilla. HEX triplet: CE, B6 and 9A. RGB value is (206,182,154). Sum of RGB (Red+Green+Blue) = 206+182+154=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB69A is #314965. Grayscale: #BABABA. Windows color (decimal): -3230054 or 10139342. OLE color: 10139342.

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

Color convert

RGB206182154-
CMYK00.120.250.19
HSL32.31º34.67%70.59%-
HSV(B)32.31º25.24%80.78%-
XYZ48.0148.9137.48-
YUV185.98109.95142.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 182 (71.48% from 255) = 33.58%
BLUE value IS 154 (60.55% from 255) = 28.41%
R=38.01%
G=33.58%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618215400.120.250.1932.3134.6770.59
HexCEB69A0C1913202347
Octal31626623201431234043107
Binary1100111010110110100110100110011001100111000001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB69A; }

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

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

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

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

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

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

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

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