Html Css Color HEX #C1B69E Tea

📋 copy color: '#C1B69E'

red 193 ◦ green 182 ◦ blue 158

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

Shades of Tea #C1B69E

Tints of Tea #C1B69E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.15%

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

R = 36.21%
G = 34.15%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1B69E (or 0xC1B69E) is known color: Tea. HEX triplet: C1, B6 and 9E. RGB value is (193,182,158). Sum of RGB (Red+Green+Blue) = 193+182+158=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B69E is #3E4961. Grayscale: #B6B6B6. Windows color (decimal): -4082018 or 10401473. OLE color: 10401473.

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

Color convert

RGB 193 182 158 -
CMYK 0 0.06 0.18 0.24
HSL 41.14º 0.22% 0.69% -
HSV(B) 41.14º 0.18% 0.76% -
XYZ 44.89 47.26 39.1 -
YUV 182.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 193 182 158 0 0.06 0.18 0.24 41.14 0.22 0.69
Hex C1 B6 9E 0 6 12 18 29 16 45
Octal 301 266 236 0 6 22 30 51 26 105
Binary 11000001 10110110 10011110 0 110 10010 11000 101001 10110 1000101

Color Harmonies of #C1B69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B69E

Black with #C1B69E

Text Example


Text Example

White with #C1B69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B69E; }

 p { color: rgb(193,182,158); }

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

background-color css

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

 a { background-color: rgb(193,182,158); }

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

border-color css

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

 span { border-color: rgb(193,182,158); }

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