Html Css Color HEX #C2B49F Tea

📋 copy color: '#C2B49F'

red 194 ◦ green 180 ◦ blue 159

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

Shades of Tea #C2B49F

Tints of Tea #C2B49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.83%

R = 36.4%
G = 33.77%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2B49F (or 0xC2B49F) is known color: Tea. HEX triplet: C2, B4 and 9F. RGB value is (194,180,159). Sum of RGB (Red+Green+Blue) = 194+180+159=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B49F is #3D4B60. Grayscale: #B5B5B5. Windows color (decimal): -4016993 or 10466498. OLE color: 10466498.

HSL color Cylindrical-coordinate representation of color #C2B49F: hue angle of 36º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2B49F is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 180 159 -
CMYK 0 0.07 0.18 0.24
HSL 36º 0.22% 0.69% -
HSV(B) 36º 0.18% 0.76% -
XYZ 44.83 46.62 39.44 -
YUV 181.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 194 180 159 0 0.07 0.18 0.24 36 0.22 0.69
Hex C2 B4 9F 0 7 12 18 24 16 45
Octal 302 264 237 0 7 22 30 44 26 105
Binary 11000010 10110100 10011111 0 111 10010 11000 100100 10110 1000101

Color Harmonies of #C2B49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B49F

Black with #C2B49F

Text Example


Text Example

White with #C2B49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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