#C6B19E

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

Shades of Vanilla #C6B19E

Tints of Vanilla #C6B19E

Color information

#C6B19E (or 0xC6B19E) is unknown color: approx Vanilla. HEX triplet: C6, B1 and 9E. RGB value is (198,177,158). Sum of RGB (Red+Green+Blue) = 198+177+158=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6B19E is #394E61. Grayscale: #B5B5B5. Windows color (decimal): -3755618 or 10400198. OLE color: 10400198.

HSL color Cylindrical-coordinate representation of color #C6B19E: hue angle of 28.5º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6B19E is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB198177158-
CMYK00.110.200.22
HSL28.5º25.97%69.8%-
HSV(B)28.5º20.2%77.65%-
XYZ45.1845.9238.83-
YUV181.11114.96140.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.15%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 158 (62.11% from 255) = 29.64%
R=37.15%
G=33.21%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817715800.110.200.2228.525.9769.8
HexC6B19E0B14161d1a46
Octal30626123601324263532106
Binary11000110101100011001111001011101001011011101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B19E; }

 p { color: rgb(198,177,158); }

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

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

 a { background-color: rgb(198,177,158); }

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

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

 span { border-color: rgb(198,177,158); }

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