Html Css Color HEX #C2B39E Tea

📋 copy color: '#C2B39E'

red 194 ◦ green 179 ◦ blue 158

#C2B39E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea #C2B39E

Tints of Tea #C2B39E

RGB

 RED value IS 194 (76.17% from 255) = 36.53%

 GREEN value IS 179 (70.31% from 255) = 33.71%

 BLUE value IS 158 (62.11% from 255) = 29.76%

R = 36.53%
G = 33.71%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2B39E (or 0xC2B39E) is known color: Tea. HEX triplet: C2, B3 and 9E. RGB value is (194,179,158). Sum of RGB (Red+Green+Blue) = 194+179+158=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B39E is #3D4C61. Grayscale: #B5B5B5. Windows color (decimal): -4017250 or 10400706. OLE color: 10400706.

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

Color convert

RGB 194 179 158 -
CMYK 0 0.08 0.19 0.24
HSL 35º 0.23% 0.69% -
HSV(B) 35º 0.19% 0.76% -
XYZ 44.54 46.18 38.91 -
YUV 181.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 194 179 158 0 0.08 0.19 0.24 35 0.23 0.69
Hex C2 B3 9E 0 8 13 18 23 17 45
Octal 302 263 236 0 10 23 30 43 27 105
Binary 11000010 10110011 10011110 0 1000 10011 11000 100011 10111 1000101

Color Harmonies of #C2B39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B39E

Black with #C2B39E

Text Example


Text Example

White with #C2B39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B39E; }

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

 H1.HeaderClassName
 {
   color: #C2B39E;
 }
 .AnyTagClassName
 {
   color: #C2B39E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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