Html Css Color HEX #C1B39F Tea

📋 copy color: '#C1B39F'

red 193 ◦ green 179 ◦ blue 159

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

Shades of Tea #C1B39F

Tints of Tea #C1B39F

RGB

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

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

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

R = 36.35%
G = 33.71%
B = 29.94%

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

#C1B39F (or 0xC1B39F) is known color: Tea. HEX triplet: C1, B3 and 9F. RGB value is (193,179,159). Sum of RGB (Red+Green+Blue) = 193+179+159=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B39F is #3E4C60. Grayscale: #B5B5B5. Windows color (decimal): -4082785 or 10466241. OLE color: 10466241.

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

Color convert

RGB 193 179 159 -
CMYK 0 0.07 0.18 0.24
HSL 35.29º 0.22% 0.69% -
HSV(B) 35.29º 0.18% 0.76% -
XYZ 44.37 46.08 39.36 -
YUV 180.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 193 179 159 0 0.07 0.18 0.24 35.29 0.22 0.69
Hex C1 B3 9F 0 7 12 18 23 16 45
Octal 301 263 237 0 7 22 30 43 26 105
Binary 11000001 10110011 10011111 0 111 10010 11000 100011 10110 1000101

Color Harmonies of #C1B39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B39F

Black with #C1B39F

Text Example


Text Example

White with #C1B39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B39F; }

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

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

background-color css

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

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

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

border-color css

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

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

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