Html Css Color HEX #C2B49D Tea

📋 copy color: '#C2B49D'

red 194 ◦ green 180 ◦ blue 157

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

Shades of Tea #C2B49D

Tints of Tea #C2B49D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.9%

 BLUE value IS 157 (61.72% from 255) = 29.57%

R = 36.53%
G = 33.9%
B = 29.57%

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

#C2B49D (or 0xC2B49D) is known color: Tea. HEX triplet: C2, B4 and 9D. RGB value is (194,180,157). Sum of RGB (Red+Green+Blue) = 194+180+157=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B49D is #3D4B62. Grayscale: #B5B5B5. Windows color (decimal): -4016995 or 10335426. OLE color: 10335426.

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

Color convert

RGB 194 180 157 -
CMYK 0 0.07 0.19 0.24
HSL 37.3º 0.23% 0.69% -
HSV(B) 37.3º 0.19% 0.76% -
XYZ 44.66 46.55 38.53 -
YUV 181.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 194 180 157 0 0.07 0.19 0.24 37.3 0.23 0.69
Hex C2 B4 9D 0 7 13 18 25 17 45
Octal 302 264 235 0 7 23 30 45 27 105
Binary 11000010 10110100 10011101 0 111 10011 11000 100101 10111 1000101

Color Harmonies of #C2B49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B49D

Black with #C2B49D

Text Example


Text Example

White with #C2B49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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