#CEB498

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

Shades of Vanilla #CEB498

Tints of Vanilla #CEB498

Color information

#CEB498 (or 0xCEB498) is unknown color: approx Vanilla. HEX triplet: CE, B4 and 98. RGB value is (206,180,152). Sum of RGB (Red+Green+Blue) = 206+180+152=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB498 is #314B67. Grayscale: #B8B8B8. Windows color (decimal): -3230568 or 10007758. OLE color: 10007758.

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

Color convert

RGB206180152-
CMYK00.130.260.19
HSL31.11º35.53%70.2%-
HSV(B)31.11º26.21%80.78%-
XYZ47.4448.0336.48-
YUV184.58109.61143.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 152 (59.77% from 255) = 28.25%
R=38.29%
G=33.46%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618015200.130.260.1931.1135.5370.2
HexCEB4980D1A131f2446
Octal31626423001532233744106
Binary110011101011010010011000011011101010011111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB498; }

 p { color: rgb(206,180,152); }

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

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

 a { background-color: rgb(206,180,152); }

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

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

 span { border-color: rgb(206,180,152); }

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