#C8B49E

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

Shades of Vanilla #C8B49E

Tints of Vanilla #C8B49E

Color information

#C8B49E (or 0xC8B49E) is unknown color: approx Vanilla. HEX triplet: C8, B4 and 9E. RGB value is (200,180,158). Sum of RGB (Red+Green+Blue) = 200+180+158=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B49E is #374B61. Grayscale: #B7B7B7. Windows color (decimal): -3623778 or 10400968. OLE color: 10400968.

HSL color Cylindrical-coordinate representation of color #C8B49E: hue angle of 31.43º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8B49E is Cyan = 0, Magento = 0.1, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB200180158-
CMYK00.10.210.22
HSL31.43º27.63%70.2%-
HSV(B)31.43º21%78.43%-
XYZ46.3147.3939.05-
YUV183.47113.63139.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.17%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 158 (62.11% from 255) = 29.37%
R=37.17%
G=33.46%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018015800.10.210.2231.4327.6370.2
HexC8B49E0A15161f1c46
Octal31026423601225263734106
Binary11001000101101001001111001010101011011011111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B49E; }

 p { color: rgb(200,180,158); }

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

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

 a { background-color: rgb(200,180,158); }

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

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

 span { border-color: rgb(200,180,158); }

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