#C2B49E

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

Shades of Tea #C2B49E

Tints of Tea #C2B49E

Color information

#C2B49E (or 0xC2B49E) is unknown color: approx Tea. HEX triplet: C2, B4 and 9E. RGB value is (194,180,158). Sum of RGB (Red+Green+Blue) = 194+180+158=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B49E is #3D4B61. Grayscale: #B5B5B5. Windows color (decimal): -4016994 or 10400962. OLE color: 10400962.

HSL color Cylindrical-coordinate representation of color #C2B49E: hue angle of 36.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2B49E is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB194180158-
CMYK00.070.190.24
HSL36.67º22.78%69.02%-
HSV(B)36.67º18.56%76.08%-
XYZ44.7446.5838.98-
YUV181.68114.64136.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.47%
GREEN value IS 180 (70.70% from 255) = 33.83%
BLUE value IS 158 (62.11% from 255) = 29.70%
R=36.47%
G=33.83%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418015800.070.190.2436.6722.7869.02
HexC2B49E071318251745
Octal3022642360723304527105
Binary11000010101101001001111001111001111000100101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B49E; }

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

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

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

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

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

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

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

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