#C2B59F

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

Shades of Tea #C2B59F

Tints of Tea #C2B59F

Color information

#C2B59F (or 0xC2B59F) is unknown color: approx Tea. HEX triplet: C2, B5 and 9F. RGB value is (194,181,159). Sum of RGB (Red+Green+Blue) = 194+181+159=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B59F is #3D4A60. Grayscale: #B6B6B6. Windows color (decimal): -4016737 or 10466754. OLE color: 10466754.

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

Color convert

RGB194181159-
CMYK00.070.180.24
HSL37.71º22.29%69.22%-
HSV(B)37.71º18.04%76.08%-
XYZ45.0347.0239.5-
YUV182.38114.81136.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.33%
GREEN value IS 181 (71.09% from 255) = 33.90%
BLUE value IS 159 (62.5% from 255) = 29.78%
R=36.33%
G=33.90%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418115900.070.180.2437.7122.2969.22
HexC2B59F071218261645
Octal3022652370722304626105
Binary11000010101101011001111101111001011000100110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B59F; }

 p { color: rgb(194,181,159); }

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

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

 a { background-color: rgb(194,181,159); }

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

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

 span { border-color: rgb(194,181,159); }

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