#CEBA98

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

Shades of Vanilla #CEBA98

Tints of Vanilla #CEBA98

Color information

#CEBA98 (or 0xCEBA98) is unknown color: approx Vanilla. HEX triplet: CE, BA and 98. RGB value is (206,186,152). Sum of RGB (Red+Green+Blue) = 206+186+152=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBA98 is #314567. Grayscale: #BCBCBC. Windows color (decimal): -3229032 or 10009294. OLE color: 10009294.

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

Color convert

RGB206186152-
CMYK00.100.260.19
HSL37.78º35.53%70.2%-
HSV(B)37.78º26.21%80.78%-
XYZ48.6850.5136.89-
YUV188.1107.63140.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 152 (59.77% from 255) = 27.94%
R=37.87%
G=34.19%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618615200.100.260.1937.7835.5370.2
HexCEBA980A1A13262446
Octal31627223001232234644106
Binary1100111010111010100110000101011010100111001101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBA98; }

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

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

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

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

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

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

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

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