#C2B69E

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

Shades of Tea #C2B69E

Tints of Tea #C2B69E

Color information

#C2B69E (or 0xC2B69E) is unknown color: approx Tea. HEX triplet: C2, B6 and 9E. RGB value is (194,182,158). Sum of RGB (Red+Green+Blue) = 194+182+158=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B69E is #3D4961. Grayscale: #B6B6B6. Windows color (decimal): -4016482 or 10401474. OLE color: 10401474.

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

Color convert

RGB194182158-
CMYK00.060.190.24
HSL40º22.78%69.02%-
HSV(B)40º18.56%76.08%-
XYZ45.1547.3939.12-
YUV182.85113.98135.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.33%
GREEN value IS 182 (71.48% from 255) = 34.08%
BLUE value IS 158 (62.11% from 255) = 29.59%
R=36.33%
G=34.08%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418215800.060.190.244022.7869.02
HexC2B69E061318281745
Octal3022662360623305027105
Binary11000010101101101001111001101001111000101000101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B69E; }

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

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

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

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

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

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

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

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