#CEB595

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

Shades of Vanilla #CEB595

Tints of Vanilla #CEB595

Color information

#CEB595 (or 0xCEB595) is unknown color: approx Vanilla. HEX triplet: CE, B5 and 95. RGB value is (206,181,149). Sum of RGB (Red+Green+Blue) = 206+181+149=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB595 is #314A6A. Grayscale: #B8B8B8. Windows color (decimal): -3230315 or 9811406. OLE color: 9811406.

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

Color convert

RGB206181149-
CMYK00.120.280.19
HSL33.68º36.77%69.61%-
HSV(B)33.68º27.67%80.78%-
XYZ47.448.3435.27-
YUV184.83107.78143.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 181 (71.09% from 255) = 33.77%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=38.43%
G=33.77%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618114900.120.280.1933.6836.7769.61
HexCEB5950C1C13222546
Octal31626522501434234245106
Binary1100111010110101100101010110011100100111000101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB595; }

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

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

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

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

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

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

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

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