Html Css Color HEX #C2B59E Tea

📋 copy color: '#C2B59E'

red 194 ◦ green 181 ◦ blue 158

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

Shades of Tea #C2B59E

Tints of Tea #C2B59E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.96%

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

R = 36.4%
G = 33.96%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2B59E (or 0xC2B59E) is known color: Tea. HEX triplet: C2, B5 and 9E. RGB value is (194,181,158). Sum of RGB (Red+Green+Blue) = 194+181+158=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B59E is #3D4A61. Grayscale: #B6B6B6. Windows color (decimal): -4016738 or 10401218. OLE color: 10401218.

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

Color convert

RGB 194 181 158 -
CMYK 0 0.07 0.19 0.24
HSL 38.33º 0.23% 0.69% -
HSV(B) 38.33º 0.19% 0.76% -
XYZ 44.94 46.99 39.05 -
YUV 182.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 194 181 158 0 0.07 0.19 0.24 38.33 0.23 0.69
Hex C2 B5 9E 0 7 13 18 26 17 45
Octal 302 265 236 0 7 23 30 46 27 105
Binary 11000010 10110101 10011110 0 111 10011 11000 100110 10111 1000101

Color Harmonies of #C2B59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B59E

Black with #C2B59E

Text Example


Text Example

White with #C2B59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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