#C2B59D

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

Shades of Tea #C2B59D

Tints of Tea #C2B59D

Color information

#C2B59D (or 0xC2B59D) is unknown color: approx Tea. HEX triplet: C2, B5 and 9D. RGB value is (194,181,157). Sum of RGB (Red+Green+Blue) = 194+181+157=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B59D is #3D4A62. Grayscale: #B6B6B6. Windows color (decimal): -4016739 or 10335682. OLE color: 10335682.

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

Color convert

RGB194181157-
CMYK00.070.190.24
HSL38.92º23.27%68.82%-
HSV(B)38.92º19.07%76.08%-
XYZ44.8646.9538.6-
YUV182.15113.81136.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.47%
GREEN value IS 181 (71.09% from 255) = 34.02%
BLUE value IS 157 (61.72% from 255) = 29.51%
R=36.47%
G=34.02%
B=29.51%

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
Decimal19418115700.070.190.2438.9223.2768.82
HexC2B59D071318271745
Octal3022652350723304727105
Binary11000010101101011001110101111001111000100111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B59D; }

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

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

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

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

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

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

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

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