Html Css Color HEX #C1B49F Tea

📋 copy color: '#C1B49F'

red 193 ◦ green 180 ◦ blue 159

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

Shades of Tea #C1B49F

Tints of Tea #C1B49F

RGB

 RED value IS 193 (75.78% from 255) = 36.28%

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

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

R = 36.28%
G = 33.83%
B = 29.89%

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

#C1B49F (or 0xC1B49F) is known color: Tea. HEX triplet: C1, B4 and 9F. RGB value is (193,180,159). Sum of RGB (Red+Green+Blue) = 193+180+159=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B49F is #3E4B60. Grayscale: #B5B5B5. Windows color (decimal): -4082529 or 10466497. OLE color: 10466497.

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

Color convert

RGB 193 180 159 -
CMYK 0 0.07 0.18 0.24
HSL 37.06º 0.22% 0.69% -
HSV(B) 37.06º 0.18% 0.76% -
XYZ 44.57 46.48 39.42 -
YUV 181.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 193 180 159 0 0.07 0.18 0.24 37.06 0.22 0.69
Hex C1 B4 9F 0 7 12 18 25 16 45
Octal 301 264 237 0 7 22 30 45 26 105
Binary 11000001 10110100 10011111 0 111 10010 11000 100101 10110 1000101

Color Harmonies of #C1B49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B49F

Black with #C1B49F

Text Example


Text Example

White with #C1B49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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